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
47e7d24f
Commit
47e7d24f
authored
Feb 06, 2008
by
f3nix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix win32 "filename.ico not found" error.
parent
6474e203
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
9 deletions
+12
-9
CMakeLists.txt
CMakeLists.txt
+8
-5
CMakeLists.txt
cvpcb/CMakeLists.txt
+1
-1
CMakeLists.txt
eeschema/CMakeLists.txt
+1
-1
CMakeLists.txt
kicad/CMakeLists.txt
+1
-1
CMakeLists.txt
pcbnew/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
47e7d24f
...
...
@@ -14,6 +14,11 @@
#
# CMAKE_INSTALL_PREFIX (OPTIONAL)
#
# KICAD_MINIZIP ON/OFF
#
#
# KICAD_PYTHON ON/OFF
#
#
# Our project is called 'kicad'. This is what it will be called in
...
...
@@ -25,15 +30,13 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6 FATAL_ERROR)
# Path to local CMake modules
SET
(
CMAKE_MODULE_PATH
${
PROJECT_SOURCE_DIR
}
/CMakeModules
)
# Command line option to enable or disable building minizip.
Minizip
#
is building is enabled by defaut.
Use -DKICAD_MINZIP=OFF to disable
# Command line option to enable or disable building minizip. Minizip
#
building is enabled by default.
Use -DKICAD_MINZIP=OFF to disable
# building minizip.
OPTION
(
KICAD_MINIZIP
"enable/disable building minizip (default ON)"
ON
)
# Comment this out if you don't want to build minizip.
#SET(KICAD_MINIZIP ON CACHE BOOL "Build minizip?")
# Comment this out if you don't want to build with Python support.
#
SET(KICAD_PYTHON ON CACHE BOOL "Build with Python support?
")
#
OPTION(KICAD_PYTHON "enable/disable building with Python support (default OFF)
")
# Set default flags for Release build.
SET
(
CMAKE_C_FLAGS_RELEASE
"-Wall -O2 -DNDEBUG"
)
...
...
cvpcb/CMakeLists.txt
View file @
47e7d24f
...
...
@@ -60,7 +60,7 @@ IF(WIN32)
IF
(
MINGW
)
# resource compilation for mingw (http://www.cmake.org/Bug/view.php?id=4068)
ADD_CUSTOM_COMMAND
(
OUTPUT
${
CMAKE_CURRENT_BINARY_DIR
}
/cvpcb_rc.o
COMMAND windres.exe -I
${
CMAKE_CURRENT_SOURCE_DIR
}
}
-I
${
wxWidgets_ROOT_DIR
}
/include
COMMAND windres.exe -I
${
CMAKE_CURRENT_SOURCE_DIR
}
-I
${
wxWidgets_ROOT_DIR
}
/include
-i
${
CMAKE_CURRENT_SOURCE_DIR
}
/cvpcb.rc
-o
${
CMAKE_CURRENT_BINARY_DIR
}
/cvpcb_rc.o
)
SET
(
CVPCB_RESOURCES
${
CMAKE_CURRENT_BINARY_DIR
}
/cvpcb_rc.o
)
...
...
eeschema/CMakeLists.txt
View file @
47e7d24f
...
...
@@ -106,7 +106,7 @@ IF(WIN32)
IF
(
MINGW
)
# resource compilation for mingw (http://www.cmake.org/Bug/view.php?id=4068)
ADD_CUSTOM_COMMAND
(
OUTPUT
${
CMAKE_CURRENT_BINARY_DIR
}
/eeschema_rc.o
COMMAND windres.exe -I
${
CMAKE_CURRENT_SOURCE_DIR
}
}
-I
${
wxWidgets_ROOT_DIR
}
/include
COMMAND windres.exe -I
${
CMAKE_CURRENT_SOURCE_DIR
}
-I
${
wxWidgets_ROOT_DIR
}
/include
-i
${
CMAKE_CURRENT_SOURCE_DIR
}
/eeschema.rc
-o
${
CMAKE_CURRENT_BINARY_DIR
}
/eeschema_rc.o
)
SET
(
EESCHEMA_RESOURCES
${
CMAKE_CURRENT_BINARY_DIR
}
/eeschema_rc.o
)
...
...
kicad/CMakeLists.txt
View file @
47e7d24f
...
...
@@ -17,7 +17,7 @@ IF(WIN32)
IF
(
MINGW
)
# resource compilation for mingw (http://www.cmake.org/Bug/view.php?id=4068)
ADD_CUSTOM_COMMAND
(
OUTPUT
${
CMAKE_CURRENT_BINARY_DIR
}
/kicad_rc.o
COMMAND windres.exe -I
${
CMAKE_CURRENT_SOURCE_DIR
}
}
-I
${
wxWidgets_ROOT_DIR
}
/include
COMMAND windres.exe -I
${
CMAKE_CURRENT_SOURCE_DIR
}
-I
${
wxWidgets_ROOT_DIR
}
/include
-i
${
CMAKE_CURRENT_SOURCE_DIR
}
/kicad.rc
-o
${
CMAKE_CURRENT_BINARY_DIR
}
/kicad_rc.o
)
SET
(
KICAD_RESOURCES
${
CMAKE_CURRENT_BINARY_DIR
}
/kicad_rc.o
)
...
...
pcbnew/CMakeLists.txt
View file @
47e7d24f
...
...
@@ -151,7 +151,7 @@ IF(WIN32)
IF
(
MINGW
)
# resource compilation for mingw (http://www.cmake.org/Bug/view.php?id=4068)
ADD_CUSTOM_COMMAND
(
OUTPUT
${
CMAKE_CURRENT_BINARY_DIR
}
/pcbnew_rc.o
COMMAND windres.exe -I
${
CMAKE_CURRENT_SOURCE_DIR
}
}
-I
${
wxWidgets_ROOT_DIR
}
/include
COMMAND windres.exe -I
${
CMAKE_CURRENT_SOURCE_DIR
}
-I
${
wxWidgets_ROOT_DIR
}
/include
-i
${
CMAKE_CURRENT_SOURCE_DIR
}
/pcbnew.rc
-o
${
CMAKE_CURRENT_BINARY_DIR
}
/pcbnew_rc.o
)
SET
(
PCBNEW_RESOURCES
${
CMAKE_CURRENT_BINARY_DIR
}
/pcbnew_rc.o
)
...
...
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