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
058bc4fd
Commit
058bc4fd
authored
Aug 04, 2009
by
faa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
not build in linux Mandriva 2009.1, minor code cleanup
parent
304525db
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
7 deletions
+2
-7
3d_aux.cpp
3d-viewer/3d_aux.cpp
+0
-1
3d_class.cpp
3d-viewer/3d_class.cpp
+0
-1
3d_draw.cpp
3d-viewer/3d_draw.cpp
+0
-2
3d_read_mesh.cpp
3d-viewer/3d_read_mesh.cpp
+0
-1
CMakeLists.txt
gerbview/CMakeLists.txt
+1
-1
CMakeLists.txt
pcbnew/CMakeLists.txt
+1
-1
No files found.
3d-viewer/3d_aux.cpp
View file @
058bc4fd
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#include "bitmaps.h"
#include "bitmaps.h"
#include "3d_viewer.h"
#include "3d_viewer.h"
#include "3d_struct.h"
#include "trackball.h"
#include "trackball.h"
/**************************************************************************/
/**************************************************************************/
...
...
3d-viewer/3d_class.cpp
View file @
058bc4fd
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
#include "fctsys.h"
#include "fctsys.h"
#include "3d_struct.h"
#include "3d_viewer.h"
#include "3d_viewer.h"
...
...
3d-viewer/3d_draw.cpp
View file @
058bc4fd
...
@@ -13,8 +13,6 @@
...
@@ -13,8 +13,6 @@
#include "3d_viewer.h"
#include "3d_viewer.h"
#include "trackball.h"
#include "trackball.h"
#include "3d_struct.h"
#if !wxUSE_GLCANVAS
#if !wxUSE_GLCANVAS
#error Please set wxUSE_GLCANVAS to 1 in setup.h.
#error Please set wxUSE_GLCANVAS to 1 in setup.h.
#endif
#endif
...
...
3d-viewer/3d_read_mesh.cpp
View file @
058bc4fd
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
#include "kicad_string.h"
#include "kicad_string.h"
#include "appl_wxstruct.h"
#include "appl_wxstruct.h"
#include "3d_struct.h"
#include "3d_viewer.h"
#include "3d_viewer.h"
...
...
gerbview/CMakeLists.txt
View file @
058bc4fd
...
@@ -70,7 +70,7 @@ if(APPLE)
...
@@ -70,7 +70,7 @@ if(APPLE)
set_target_properties
(
gerbview PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_CURRENT_SOURCE_DIR
}
/Info.plist
)
set_target_properties
(
gerbview PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_CURRENT_SOURCE_DIR
}
/Info.plist
)
endif
(
APPLE
)
endif
(
APPLE
)
target_link_libraries
(
gerbview common pcbcommon 3d-viewer polygon bitmaps kbool
${
wxWidgets_LIBRARIES
}
)
target_link_libraries
(
gerbview common pcbcommon 3d-viewer polygon bitmaps kbool
${
OPENGL_LIBRARIES
}
${
wxWidgets_LIBRARIES
}
)
install
(
TARGETS gerbview
install
(
TARGETS gerbview
DESTINATION
${
KICAD_BIN
}
DESTINATION
${
KICAD_BIN
}
...
...
pcbnew/CMakeLists.txt
View file @
058bc4fd
...
@@ -184,7 +184,7 @@ if(APPLE)
...
@@ -184,7 +184,7 @@ if(APPLE)
set_target_properties
(
pcbnew PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_CURRENT_SOURCE_DIR
}
/Info.plist
)
set_target_properties
(
pcbnew PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_CURRENT_SOURCE_DIR
}
/Info.plist
)
endif
(
APPLE
)
endif
(
APPLE
)
target_link_libraries
(
pcbnew 3d-viewer common pcbcommon polygon bitmaps kbool
${
wxWidgets_LIBRARIES
}
${
OPENGL
_LIBRARIES
}
)
target_link_libraries
(
pcbnew 3d-viewer common pcbcommon polygon bitmaps kbool
${
OPENGL_LIBRARIES
}
${
wxWidgets
_LIBRARIES
}
)
install
(
TARGETS pcbnew
install
(
TARGETS pcbnew
DESTINATION
${
KICAD_BIN
}
DESTINATION
${
KICAD_BIN
}
...
...
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