add tWM to c flags as well as CXX flags

This commit is contained in:
Bill Hoffman 2001-12-04 15:55:52 -05:00
parent 0a33722a85
commit a85d2478bf
1 changed files with 1 additions and 1 deletions

View File

@ -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