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
bfb700c7
Commit
bfb700c7
authored
Mar 30, 2015
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed the remaining lines related to WebViewer. Undone reduced number of layer in VIEW.
parent
4dae107d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
13 deletions
+1
-13
CMakeLists.txt
cvpcb/CMakeLists.txt
+0
-6
view.h
include/view/view.h
+1
-1
CMakeLists.txt
pcbnew/CMakeLists.txt
+0
-6
No files found.
cvpcb/CMakeLists.txt
View file @
bfb700c7
...
...
@@ -8,11 +8,6 @@ endif()
add_definitions
(
-DCVPCB
)
if
(
KICAD_USE_WEBKIT AND BUILD_GITHUB_PLUGIN
)
set
(
WEBVIEWER_WXLIB
"webviewer"
)
endif
()
include_directories
(
BEFORE
${
INC_BEFORE
}
)
include_directories
(
./dialogs
...
...
@@ -118,7 +113,6 @@ target_link_libraries( cvpcb_kiface
pcbcommon
pcad2kicadpcb
common
${
WEBVIEWER_WXLIB
}
# before bitmaps, because it uses some bitmaps defined in bitmaps
bitmaps
polygon
gal
...
...
include/view/view.h
View file @
bfb700c7
...
...
@@ -530,7 +530,7 @@ public:
const
BOX2I
CalculateExtents
()
;
static
const
int
VIEW_MAX_LAYERS
=
128
;
///< maximum number of layers that may be shown
static
const
int
VIEW_MAX_LAYERS
=
256
;
///< maximum number of layers that may be shown
private
:
struct
VIEW_LAYER
...
...
pcbnew/CMakeLists.txt
View file @
bfb700c7
...
...
@@ -382,10 +382,6 @@ if( UNIX AND NOT APPLE )
list
(
APPEND PCBNEW_EXTRA_LIBS rt
)
endif
()
if
(
KICAD_USE_WEBKIT AND BUILD_GITHUB_PLUGIN
)
set
(
WEBVIEWER_WXLIB
"webviewer"
)
endif
()
if
(
KICAD_SCRIPTING_MODULES
)
...
...
@@ -413,7 +409,6 @@ if( KICAD_SCRIPTING_MODULES )
idf3
${
GITHUB_PLUGIN_LIBRARIES
}
polygon
${
WEBVIEWER_WXLIB
}
bitmaps
gal
${
GLEW_LIBRARIES
}
...
...
@@ -580,7 +575,6 @@ target_link_libraries( pcbnew_kiface
common
pcad2kicadpcb
polygon
${
WEBVIEWER_WXLIB
}
# before bitmaps, because it uses some bitmaps defined in bitmap
bitmaps
gal
lib_dxf
...
...
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