mirror of https://github.com/axmolengine/axmol.git
win32 runtime need more dll files
This commit is contained in:
parent
73836e432d
commit
8a38d192bb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue