Changeset 1f24a1c in nscp for build.cmake
- Timestamp:
- 02/20/11 15:43:50 (2 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 4c18192
- Parents:
- c760fc9
- File:
-
- 1 edited
-
build.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
build.cmake
r87cf3c4 r1f24a1c 7 7 SET(NSCP_GLOBAL_DEFINES ${NSCP_GLOBAL_DEFINES} -DBOOST_ALL_NO_LIB) # THis is used to disable "automatic linking on windows which seems to break since I dont know how to set link dir 8 8 9 SET(INC_NSCP_LIBRARYDIR C:/source/lib/x64)10 SET(INC_NSCP_INCLUDEDIR C:/source/include)9 SET(INC_NSCP_LIBRARYDIR D:/source/lib/x64) 10 SET(INC_NSCP_INCLUDEDIR D:/source/include) 11 11 12 12 SET(INC_BOOST_INCLUDEDIR "${INC_NSCP_INCLUDEDIR}") 13 13 SET(INC_BOOST_LIBRARYDIR "${INC_NSCP_LIBRARYDIR}") 14 SET(INC_PROTOBUF_LIBRARYDIR "${INC_NSCP_LIBRARYDIR}") 14 15 15 16 SET(INC_OPENSSL_INCLUDEDIR "${INC_NSCP_INCLUDEDIR}") 16 17 17 SET(INC_PROTOBUF_DIR " c:/source/libraries/protobuf-2.3.0")18 SET(INC_PROTOBUF_DIR "D:/source/libraries/protobuf-2.4.0a") 18 19 19 SET(INC_CRYPTOPP_DIR " c:/source/libraries/cryptopp-5.6.0")20 SET(INC_CRYPTOPP_DIR "D:/source/libraries/cryptopp-5.6.1") 20 21 21 SET(INC_LUA_DIR " C:/source/libraries/lua-5.1.4")22 SET(INC_LUA_DIR "D:/source/libraries/lua-5.1.4") 22 23 23 SET(INC_GOOGLE_BREAKPAD_DIR " C:/source/google-breakpad/trunk")24 SET(INC_GOOGLE_BREAKPAD_DIR "D:/source/google-breakpad-svn") 24 25 25 26 ELSE(WIN32)
Note: See TracChangeset
for help on using the changeset viewer.








