source: nscp/build/python/config.py @ 04ef932

0.4.00.4.10.4.2
Last change on this file since 04ef932 was 04ef932, checked in by Michael Medin <michael@…>, 22 months ago

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

  • Property mode set to 100644
File size: 421 bytes
Line 
1
2BREAKPAD_FOUND = "${BREAKPAD_FOUND}"
3BREAKPAD_FOUND = "FALSE"
4BREAKPAD_DUMPSYMS_EXE = "${BREAKPAD_DUMPSYMS_EXE}"
5BUILD_TARGET_EXE_PATH = "${BUILD_TARGET_EXE_PATH}"
6BUILD_PYTHON_FOLDER = "${BUILD_PYTHON_FOLDER}"
7VERSION = "${VERSION_SERIES}.${VERSION_MAJOR}.${VERSION_MINOR}"
8CMAKE_CL_64 = "${CMAKE_CL_64}"
9ARCHIVE_FOLDER = "${ARCHIVE_FOLDER}"
10VERSION_TXT = "${VERSION_TXT}"
11VERSION_ARCH = "${VERSION_ARCH}"
12
Note: See TracBrowser for help on using the repository browser.