Changeset c0d7e82 in nscp for build.cmake


Ignore:
Timestamp:
02/05/10 08:03:49 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
f0e6036
Parents:
3080680
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.cmake

    r3080680 rc0d7e82  
    11SET(Boost_DEBUG 1) 
    22 
    3 #set(Boost_USE_STATIC_LIBS   ON) 
     3set(Boost_USE_STATIC_LIBS   ON) 
    44set(BOOST_USE_MULTITHREADED ON) 
    55 
    66SET(BOOST_INCLUDEDIR c:/src/include/boost-1_39) 
    7 #SET(BOOST_LIBRARYDIR c:/src/lib/x86/) 
     7SET(BOOST_LIBRARYDIR c:/src/lib/x86/) 
    88SET(BOOST_LIB_SUFFIX vc80-mt) 
    99#SET(BOOST_LIB_VERSION 1.40) 
     
    1717SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) 
    1818 
     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.