Changeset c0d7e82 in nscp for build.cmake
- Timestamp:
- 02/05/10 08:03:49 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- f0e6036
- Parents:
- 3080680
- File:
-
- 1 edited
-
build.cmake (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
build.cmake
r3080680 rc0d7e82 1 1 SET(Boost_DEBUG 1) 2 2 3 #set(Boost_USE_STATIC_LIBS ON)3 set(Boost_USE_STATIC_LIBS ON) 4 4 set(BOOST_USE_MULTITHREADED ON) 5 5 6 6 SET(BOOST_INCLUDEDIR c:/src/include/boost-1_39) 7 #SET(BOOST_LIBRARYDIR c:/src/lib/x86/)7 SET(BOOST_LIBRARYDIR c:/src/lib/x86/) 8 8 SET(BOOST_LIB_SUFFIX vc80-mt) 9 9 #SET(BOOST_LIB_VERSION 1.40) … … 17 17 SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) 18 18 19 #SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Release) 20 #SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Release) 21
Note: See TracChangeset
for help on using the changeset viewer.








