summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-04 20:55:52 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-04 20:55:52 (GMT)
commita85d2478bffd33edc33f87d6f02022598ab21b34 (patch)
tree27d94c5a791139492315d0cec3f437be7b6ff7de /Templates
parent0a33722a85d9cdd226447255d49ef05d009b33bf (diff)
downloadCMake-a85d2478bffd33edc33f87d6f02022598ab21b34.zip
CMake-a85d2478bffd33edc33f87d6f02022598ab21b34.tar.gz
CMake-a85d2478bffd33edc33f87d6f02022598ab21b34.tar.bz2
add tWM to c flags as well as CXX flags
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeBorlandWindowsSystemConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeBorlandWindowsSystemConfig.cmake b/Templates/CMakeBorlandWindowsSystemConfig.cmake
index 820c64f..47f857c 100644
--- a/Templates/CMakeBorlandWindowsSystemConfig.cmake
+++ b/Templates/CMakeBorlandWindowsSystemConfig.cmake
@@ -18,7 +18,7 @@ SET (HAVE_UNISTD_H 1)
SET (CMAKE_C_COMPILER ${BCB_BIN_PATH}/bcc32 CACHE FILEPATH
"Name of C compiler used.")
-SET (CMAKE_C_FLAGS "-w- -whid -waus -wpar" CACHE STRING
+SET (CMAKE_C_FLAGS "-w- -whid -waus -wpar -tWM" CACHE STRING
"Flags for C compiler.")
SET (CMAKE_BUILD_TYPE Debug CACHE STRING