Browse Source

Eliminated installation of *.po files.

pull/1/head
plyatov 18 years ago
parent
commit
7356d48388
  1. 10
      CMakeLists.txt
  2. 2
      include/build_version.h
  3. 3
      internat/CMakeLists.txt

10
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)

2
include/build_version.h

@ -5,7 +5,7 @@
COMMON_GLOBL wxString g_BuildVersion
#ifdef EDA_BASE
(wxT("(2008-02-20)"))
(wxT("(20080311-r876)"))
#endif
;

3
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)
Loading…
Cancel
Save