Changeset cad08fb in nscp for build.cmake


Ignore:
Timestamp:
02/18/10 12:22:51 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
b0e7ecf
Parents:
60375ed
Message:

Major update with a new plugin glue that works better with *nix.
Everything should be the same but look tidier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.cmake

    r60375ed rcad08fb  
     1IF(WIN32) 
     2 
    13SET(Boost_DEBUG 1) 
    24 
    3 #set(Boost_USE_STATIC_LIBS   ON) 
     5set(Boost_USE_STATIC_LIBS   ON) 
    46set(BOOST_USE_MULTITHREADED ON) 
    57 
    6 SET(BOOST_INCLUDEDIR c:/src/include/boost-1_39) 
    7 SET(BOOST_LIBRARYDIR c:/src/lib/x86/) 
    8 SET(BOOST_LIB_SUFFIX vc80-mt) 
    9 #SET(BOOST_LIB_VERSION 1.40) 
     8SET(BOOST_INCLUDEDIR D:/source/include/) 
     9SET(BOOST_LIBRARYDIR D:/source/lib/x86) 
     10#SET(BOOST_LIB_SUFFIX vc80-mt) 
     11#SET(Boost_VERSION 1.40) 
    1012 
    1113 
    12 SET(OPENSSL_INCLUDE_DIR c:/src/include/) 
    13 SET(CMAKE_LIBRARY_PATH c:/src/lib/x86/) 
     14SET(OPENSSL_INCLUDE_DIR D:/source/include/) 
     15SET(CMAKE_LIBRARY_PATH D:/source/lib/x86/) 
    1416 
    15 #SET(PROTOBUF_INCLUDE_DIR C:/src/protobuf-2.3.0/src) 
    16 #SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) 
    17 #SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Debug) 
     17SET(PROTOBUF_INCLUDE_DIR D:/source/protobuf-2.3.0/src) 
     18SET(PROTOBUF_LIBRARYDIR D:/source/protobuf-2.3.0/vsprojects/Debug) 
     19SET(PROTOBUF_BINARYDIR D:/source/protobuf-2.3.0/vsprojects/Debug) 
    1820 
    1921#SET(PROTOBUF_LIBRARYDIR C:/src/protobuf-2.3.0/vsprojects/Release) 
    2022#SET(PROTOBUF_BINARYDIR C:/src/protobuf-2.3.0/vsprojects/Release) 
    2123 
     24SET(CRYPTOPP_SOURCE d:/source/libs-c/crypto++-5.6.0) 
    2225 
    23 SET(CRYPTOPP_DIR C:/src/lib-src/Crypto++5.6.0) 
     26ELSE(WIN32) 
    2427 
     28ENDIF(WIN32) 
Note: See TracChangeset for help on using the changeset viewer.