From 8a38d192bb6611a7dc0fe91a9910650c09437720 Mon Sep 17 00:00:00 2001 From: honghui Date: Fri, 17 Oct 2014 14:51:27 +0800 Subject: [PATCH] win32 runtime need more dll files --- .../cocos-project-template.json | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/templates/lua-template-runtime/cocos-project-template.json b/templates/lua-template-runtime/cocos-project-template.json index b75ccf0fbe..be860c7814 100644 --- a/templates/lua-template-runtime/cocos-project-template.json +++ b/templates/lua-template-runtime/cocos-project-template.json @@ -26,14 +26,35 @@ ] }, { - "from": "external/win32-specific/zlib/prebuilt", + "from": "external/win32-specific/icon/prebuilt", "to": "runtime/win32", "include": [ "*.dll" ] }, { - "from": "external/win32-specific/icon/prebuilt", + "from": "external/win32-specific/MP3Decoder/prebuilt", + "to": "runtime/win32", + "include": [ + "*.dll" + ] + }, + { + "from": "external/win32-specific/OggDecoder/prebuilt", + "to": "runtime/win32", + "include": [ + "*.dll" + ] + }, + { + "from": "external/win32-specific/OpenalSoft/prebuilt", + "to": "runtime/win32", + "include": [ + "*.dll" + ] + }, + { + "from": "external/win32-specific/zlib/prebuilt", "to": "runtime/win32", "include": [ "*.dll"