diff options
Diffstat (limited to 'tools/compiler/cmake/Windows/LegacyConverter.cmake')
| -rwxr-xr-x[-rw-r--r--] | tools/compiler/cmake/Windows/LegacyConverter.cmake | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/tools/compiler/cmake/Windows/LegacyConverter.cmake b/tools/compiler/cmake/Windows/LegacyConverter.cmake index 5653bb9..512753c 100644..100755 --- a/tools/compiler/cmake/Windows/LegacyConverter.cmake +++ b/tools/compiler/cmake/Windows/LegacyConverter.cmake @@ -1,20 +1,20 @@ -# -# Build LegacyConverter Windows -# - -SET(LEGACYCONVERTER_PLATFORM_COMMON_FILES -) - -SET(LEGACYCONVERTER_PLATFORM_INCLUDES -) - -SET(LEGACYCONVERTER_COMPILE_DEFS - # Common to all configurations - ${BLASTTOOLS_SLN_COMPILE_DEFS};_CONSOLE - - $<$<CONFIG:debug>:${BLASTTOOLS_SLN_DEBUG_COMPILE_DEFS}> - $<$<CONFIG:checked>:${BLASTTOOLS_SLN_CHECKED_COMPILE_DEFS}> - $<$<CONFIG:profile>:${BLASTTOOLS_SLN_PROFILE_COMPILE_DEFS}> - $<$<CONFIG:release>:${BLASTTOOLS_SLN_RELEASE_COMPILE_DEFS}> -) - +#
+# Build LegacyConverter Windows
+#
+
+SET(LEGACYCONVERTER_PLATFORM_COMMON_FILES
+)
+
+SET(LEGACYCONVERTER_PLATFORM_INCLUDES
+)
+
+SET(LEGACYCONVERTER_COMPILE_DEFS
+ # Common to all configurations
+ ${BLASTTOOLS_SLN_COMPILE_DEFS};_CONSOLE
+
+ $<$<CONFIG:debug>:${BLASTTOOLS_SLN_DEBUG_COMPILE_DEFS}>
+ $<$<CONFIG:checked>:${BLASTTOOLS_SLN_CHECKED_COMPILE_DEFS}>
+ $<$<CONFIG:profile>:${BLASTTOOLS_SLN_PROFILE_COMPILE_DEFS}>
+ $<$<CONFIG:release>:${BLASTTOOLS_SLN_RELEASE_COMPILE_DEFS}>
+)
+
|