Changeset 1e0bbec in nscp for build.cmake


Ignore:
Timestamp:
11/22/09 23:09:39 (4 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
858ecc1
Parents:
01a278b
Message:

Semi-working NRPEClient (debian boost is broken so need to recompile it myself before I can finish it off) But "should almost work" (from CLI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.cmake

    rb3078b4 r1e0bbec  
    44set(BOOST_USE_MULTITHREADED ON) 
    55 
    6 SET(BOOST_INCLUDEDIR c:/src/include/boost-1_39/) 
    7 SET(BOOST_LIBRARYDIR c:/src/lib/x86/) 
     6SET(BOOST_INCLUDEDIR D:/source/include/boost-1_40) 
     7SET(BOOST_LIBRARYDIR d:/source/lib/x86/) 
    88SET(BOOST_LIB_SUFFIX vc80-mt) 
    9 SET(BOOST_LIB_VERSION 1.39) 
     9SET(BOOST_LIB_VERSION 1.40) 
Note: See TracChangeset for help on using the changeset viewer.