diff options
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/CMakeWindowsBorlandConfig2.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeWindowsBorlandConfig2.cmake b/Templates/CMakeWindowsBorlandConfig2.cmake index 82aad70..b67aad8 100644 --- a/Templates/CMakeWindowsBorlandConfig2.cmake +++ b/Templates/CMakeWindowsBorlandConfig2.cmake @@ -6,7 +6,7 @@ FIND_PATH(BCB_BIN_PATH bcc32.exe "/Borland/Bcc55/Bin" [HKEY_LOCAL_MACHINE/SOFTWARE/Borland/C++Builder/5.0/RootDir]/Bin ) - +SET (BORLAND 1) SET (WORDS_BIGENDIAN ) SET (HAVE_LIMITS_H 1) SET (HAVE_UNISTD_H 1) |