diff options
Diffstat (limited to 'bin/MakeProjectCreator/templates/va4icclibexe.mpt')
-rw-r--r-- | bin/MakeProjectCreator/templates/va4icclibexe.mpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/templates/va4icclibexe.mpt b/bin/MakeProjectCreator/templates/va4icclibexe.mpt index d21d7e76143..01da5ffbb0f 100644 --- a/bin/MakeProjectCreator/templates/va4icclibexe.mpt +++ b/bin/MakeProjectCreator/templates/va4icclibexe.mpt @@ -1,6 +1,9 @@ +conditional_include "idl_compiler_win32" + common_defines = _WINDOWS _CONSOLE type_is_binary = 1 lib_modifier = d defines = _DEBUG -need_libflags = 1 +need_staticflags = 1 conditional_include "zziplib" + |