Changeset 1f24a1c in nscp for build.cmake


Ignore:
Timestamp:
02/20/11 15:43:50 (2 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
4c18192
Parents:
c760fc9
Message:

Syncronized streams so all new 0.3.9 features are now in 0.4.x as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.cmake

    r87cf3c4 r1f24a1c  
    77  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 
    88 
    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) 
    1111 
    1212  SET(INC_BOOST_INCLUDEDIR "${INC_NSCP_INCLUDEDIR}") 
    1313  SET(INC_BOOST_LIBRARYDIR "${INC_NSCP_LIBRARYDIR}") 
     14  SET(INC_PROTOBUF_LIBRARYDIR "${INC_NSCP_LIBRARYDIR}") 
    1415 
    1516  SET(INC_OPENSSL_INCLUDEDIR "${INC_NSCP_INCLUDEDIR}") 
    1617 
    17   SET(INC_PROTOBUF_DIR "c:/source/libraries/protobuf-2.3.0") 
     18  SET(INC_PROTOBUF_DIR "D:/source/libraries/protobuf-2.4.0a") 
    1819 
    19   SET(INC_CRYPTOPP_DIR "c:/source/libraries/cryptopp-5.6.0") 
     20  SET(INC_CRYPTOPP_DIR "D:/source/libraries/cryptopp-5.6.1") 
    2021 
    21   SET(INC_LUA_DIR "C:/source/libraries/lua-5.1.4") 
     22  SET(INC_LUA_DIR "D:/source/libraries/lua-5.1.4") 
    2223   
    23   SET(INC_GOOGLE_BREAKPAD_DIR "C:/source/google-breakpad/trunk") 
     24  SET(INC_GOOGLE_BREAKPAD_DIR "D:/source/google-breakpad-svn") 
    2425 
    2526ELSE(WIN32) 
Note: See TracChangeset for help on using the changeset viewer.