Fix adxe new lua project issue

This commit is contained in:
halx99 2021-05-25 21:56:21 +08:00
parent 1f4653ed7a
commit 99cdafb661
1 changed files with 0 additions and 42 deletions

View File

@ -27,48 +27,6 @@
"from": "templates/lua-template-default/res",
"to": "res",
"exclude": []
},
{
"from": "external/angle/prebuilt/win32",
"to": "runtime/win32",
"include": [
"*.dll"
]
},
{
"from": "external/openal/prebuilt/win32",
"to": "runtime/win32",
"include": [
"*.dll"
]
},
{
"from": "external/win32-specific/iconv/prebuilt",
"to": "runtime/win32",
"include": [
"*.dll"
]
},
{
"from": "external/zlib/prebuilt/win32",
"to": "runtime/win32",
"include": [
"*.dll"
]
},
{
"from": "external/curl/prebuilt/win32",
"to": "runtime/win32",
"include": [
"*.dll"
]
},
{
"from": "external/lua/luajit/prebuilt/win32",
"to": "runtime/win32",
"include": [
"*.dll"
]
}
]
},