Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
7356d483
Commit
7356d483
authored
Mar 11, 2008
by
plyatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eliminated installation of *.po files.
parent
51ed1874
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
CMakeLists.txt
CMakeLists.txt
+6
-4
build_version.h
include/build_version.h
+1
-1
CMakeLists.txt
internat/CMakeLists.txt
+2
-1
No files found.
CMakeLists.txt
View file @
7356d483
# 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)
...
...
include/build_version.h
View file @
7356d483
...
...
@@ -5,7 +5,7 @@
COMMON_GLOBL
wxString
g_BuildVersion
#ifdef EDA_BASE
(
wxT
(
"(2008
-02-20
)"
))
(
wxT
(
"(2008
0311-r876
)"
))
#endif
;
...
...
internat/CMakeLists.txt
View file @
7356d483
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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment