From a85d2478bffd33edc33f87d6f02022598ab21b34 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 4 Dec 2001 15:55:52 -0500 Subject: add tWM to c flags as well as CXX flags --- Templates/CMakeBorlandWindowsSystemConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12