summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-29 14:09:11 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-29 14:09:11 (GMT)
commit15805d260e099e356acab9378c9c3e847348c4ab (patch)
tree4492c9d6d9cecd03d748b503445378873d707579 /Templates
parent1be3b0fd993602feb0c994467787c6be93ec5a1a (diff)
downloadCMake-15805d260e099e356acab9378c9c3e847348c4ab.zip
CMake-15805d260e099e356acab9378c9c3e847348c4ab.tar.gz
CMake-15805d260e099e356acab9378c9c3e847348c4ab.tar.bz2
fix for shared libs and borland
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeWindowsBorlandConfig2.cmake2
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)