Ver código fonte

Fix archive.dll not being copied along with the Player (Issue mentioned here: http://polycode.org/forum/viewtopic.php?f=4&t=930)

Joachim Meyer 11 anos atrás
pai
commit
f31bbcc38f
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Standalone/CMakeLists.txt

+ 1 - 0
Standalone/CMakeLists.txt

@@ -36,6 +36,7 @@ IF(MSVC OR MINGW)
 
 INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/polybuild.exe DESTINATION Bin)
 INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/polyimport.exe DESTINATION Bin)
+INSTALL(PROGRAMS ${POLYCODE_RELEASE_DIR}/Framework/Tools/Dependencies/bin/archive.dll DESTINATION Bin)
 INSTALL(DIRECTORY ${PolycodeStandalone_SOURCE_DIR}/../Assets/Templates/Lua DESTINATION Template)