Installer rework WIP

This commit is contained in:
Drake Arconis
2016-01-16 12:49:25 -05:00
parent e9f4b917d1
commit f36d4eb03a
31 changed files with 797 additions and 781 deletions

View File

@@ -54,10 +54,10 @@ if(WINDOWS)
libhunspell.dll
)
if(USE_TCMALLOC)
if(NOT DISABLE_TCMALLOC)
set(debug_files ${debug_files} libtcmalloc_minimal-debug.dll)
set(release_files ${release_files} libtcmalloc_minimal.dll)
endif(USE_TCMALLOC)
endif(NOT DISABLE_TCMALLOC)
if (FMODSTUDIO)
if(WORD_SIZE STREQUAL 64)