diff --git a/CMakeLists.txt b/CMakeLists.txt index dea8e047ae..595b8fd386 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,12 +1,14 @@ # List of variables that may be set from command line: # -# CMAKE_BUILD_TYPE Release/Debug (REQUIRED) -# Choose build type: Release/Debug +# Choose a build type: Release/Debug +#SET(CMAKE_BUILD_TYPE Release) +#SET(CMAKE_BUILD_TYPE Debug) # -# wxWidgets_USE_DEBUG ON/OFF (REQUIRED) +# +#SET(wxWidgets_USE_DEBUG ON) # Should be set to ON only when CMAKE_BUILD_TYPE=Debug. # -# wxWidgets_USE_STATIC ON/OFF (OPTIONAL) +#SET(wxWidgets_USE_STATIC ON) # # # CMAKE_VERBOSE_MAKEFILE ON/OFF (OPTIONAL) diff --git a/include/build_version.h b/include/build_version.h index b1286fa49d..002a7d15a3 100644 --- a/include/build_version.h +++ b/include/build_version.h @@ -5,7 +5,7 @@ COMMON_GLOBL wxString g_BuildVersion #ifdef EDA_BASE - (wxT("(2008-02-20)")) + (wxT("(20080311-r876)")) #endif ; diff --git a/internat/CMakeLists.txt b/internat/CMakeLists.txt index 17b87d0b77..fbc4b14971 100644 --- a/internat/CMakeLists.txt +++ b/internat/CMakeLists.txt @@ -1,3 +1,4 @@ INSTALL(DIRECTORY ca cs de es fr hu it ko pl pt ru sl sv zh_CN DESTINATION ${KICAD_INTERNAT} COMPONENT resources - PATTERN ".svn" EXCLUDE) + PATTERN ".svn" EXCLUDE PATTERN "*.po" EXCLUDE) +