Changeset 04ef932 in nscp for build.cmake


Ignore:
Timestamp:
08/10/11 07:37:24 (22 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
54ac968
Parents:
e11d494
Message:

2011-08-10

  • Fixed so it builds and runs on linux (but parser had issues so disabled som grammar rules whichneeds to be enabled again)
  • Added a lot of freatures and cleand up the PythonScript module
  • Started to merge som features from PythonScript back to Lua script


2011-08-07

  • Fixed a lot of issues with PythonScript module adding suport for alias and "raw command processing"
  • Fixed issue with loading plugins and aliases as well as duplicate plugin detection


2011-08-01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build.cmake

    r7ec3dd1 r04ef932  
    1111    MESSAGE(STATUS "Detected x64") 
    1212    SET(INC_NSCP_LIBRARYDIR D:/source/lib/x64)   
     13    SET(PYTHON_ROOT c:/python/27x64)   
    1314  ELSE() 
    1415    MESSAGE(STATUS "Detected w32") 
    1516    SET(INC_NSCP_LIBRARYDIR D:/source/lib/x86) 
     17    SET(PYTHON_ROOT c:/python/27)  
    1618  ENDIF() 
    1719 
    1820  SET(INC_GOOGLE_BREAKPAD_DIR "D:/source/libraries/google-breakpad-svn") 
    1921     
    20   SET(INC_BOOST_INCLUDEDIR "${INC_NSCP_INCLUDEDIR}") 
     22  SET(INC_BOOST_INCLUDEDIR "D:/source/include/boost-1_47") 
    2123  SET(INC_BOOST_LIBRARYDIR "${INC_NSCP_LIBRARYDIR}") 
    2224  SET(INC_PROTOBUF_LIBRARYDIR "${INC_NSCP_LIBRARYDIR}") 
     
    3537 
    3638  SET(INC_OPENSSL_INCLUDEDIR "/usr/include/") 
     39  SET(PROTOBUF_INCLUDE_DIR "/usr/include/") 
    3740 
    3841ENDIF(WIN32) 
Note: See TracChangeset for help on using the changeset viewer.