This commit is contained in:
Shyotl
2014-11-22 22:20:32 -06:00
130 changed files with 2810 additions and 2321 deletions

View File

@@ -213,8 +213,11 @@ class WindowsManifest(ViewerManifest):
self.end_prefix()
# For mesh upload
if self.prefix(src=self.args['configuration'], dst=""):
if not self.is_win64() and self.prefix(src=self.args['configuration'], dst=""):
self.path("libcollada14dom22.dll")
self.end_prefix()
if self.prefix(src=self.args['configuration'], dst=""):
self.path("glod.dll")
self.end_prefix()