Package glod and colladadom dlls
This commit is contained in:
@@ -31,6 +31,8 @@ set(debug_files
|
||||
libapriconv-1.dll
|
||||
libeay32.dll
|
||||
ssleay32.dll
|
||||
libcollada14dom22-d.dll
|
||||
glod.dll
|
||||
)
|
||||
|
||||
copy_if_different(
|
||||
@@ -210,6 +212,8 @@ set(release_files
|
||||
libapriconv-1.dll
|
||||
libeay32.dll
|
||||
ssleay32.dll
|
||||
libcollada14dom22.dll
|
||||
glod.dll
|
||||
)
|
||||
|
||||
if(FMODEX)
|
||||
|
||||
@@ -204,6 +204,12 @@ class WindowsManifest(ViewerManifest):
|
||||
self.path("libhunspell.dll")
|
||||
self.end_prefix()
|
||||
|
||||
# For mesh upload
|
||||
if self.prefix(src=self.args['configuration'], dst=""):
|
||||
self.path("libcollada14dom22.dll")
|
||||
self.path("glod.dll")
|
||||
self.end_prefix()
|
||||
|
||||
# For use in crash reporting (generates minidumps)
|
||||
#self.path("dbghelp.dll")
|
||||
#is shipped with windows anyway
|
||||
|
||||
Reference in New Issue
Block a user