Eliminated installation of *.po files.

This commit is contained in:
plyatov 2008-03-11 07:17:50 +00:00
parent 51ed187432
commit 7356d48388
3 changed files with 9 additions and 6 deletions

View File

@ -1,12 +1,14 @@
# List of variables that may be set from command line: # List of variables that may be set from command line:
# #
# CMAKE_BUILD_TYPE Release/Debug (REQUIRED) # Choose a build type: Release/Debug
# Choose 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. # 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) # CMAKE_VERBOSE_MAKEFILE ON/OFF (OPTIONAL)

View File

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

View File

@ -1,3 +1,4 @@
INSTALL(DIRECTORY ca cs de es fr hu it ko pl pt ru sl sv zh_CN INSTALL(DIRECTORY ca cs de es fr hu it ko pl pt ru sl sv zh_CN
DESTINATION ${KICAD_INTERNAT} COMPONENT resources DESTINATION ${KICAD_INTERNAT} COMPONENT resources
PATTERN ".svn" EXCLUDE) PATTERN ".svn" EXCLUDE PATTERN "*.po" EXCLUDE)