Changeset acf0660 in nscp for build.cmake


Ignore:
Timestamp:
06/09/10 19:25:14 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
5cd6bcf
Parents:
86632db
Message:

renamed to_string as it clashed with some boost classes, as well as refactoring of the cmake build scripts to work better..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.cmake

    r86632db racf0660  
    55set(Boost_USE_STATIC_LIBS   ON) 
    66set(BOOST_USE_MULTITHREADED ON) 
     7SET(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 
    78#SET(BOOST_LIB_SUFFIX vc80-mt) 
    89#SET(Boost_VERSION 1.40) 
    910 
    10 SET(INC_BOOST_INCLUDEDIR C:/source/include) 
    11 SET(INC_BOOST_LIBRARYDIR C:/source/lib/x64) 
     11SET(INC_NSCP_LIBRARYDIR C:/source/lib/x86) 
     12SET(INC_NSCP_INCLUDEDIR C:/source/include) 
     13 
     14SET(INC_BOOST_INCLUDEDIR "${INC_NSCP_INCLUDEDIR}") 
     15SET(INC_BOOST_LIBRARYDIR "${INC_NSCP_LIBRARYDIR}") 
    1216 
    1317 
    14 SET(INC_OPENSSL_INCLUDEDIR C:/source/include) 
    15 SET(INC_NSCP_LIBRARYDIR C:/source/lib/x64) 
     18SET(INC_OPENSSL_INCLUDEDIR "${INC_NSCP_INCLUDEDIR}") 
    1619 
    1720SET(INC_PROTOBUF_DIR "c:/source/libraries/protobuf-2.3.0") 
Note: See TracChangeset for help on using the changeset viewer.