Removed the remaining lines related to WebViewer. Undone reduced number of layer in VIEW.
This commit is contained in:
parent
4dae107dab
commit
bfb700c79b
|
@ -8,11 +8,6 @@ endif()
|
||||||
|
|
||||||
add_definitions( -DCVPCB )
|
add_definitions( -DCVPCB )
|
||||||
|
|
||||||
if( KICAD_USE_WEBKIT AND BUILD_GITHUB_PLUGIN )
|
|
||||||
set( WEBVIEWER_WXLIB "webviewer" )
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
include_directories( BEFORE ${INC_BEFORE} )
|
include_directories( BEFORE ${INC_BEFORE} )
|
||||||
include_directories(
|
include_directories(
|
||||||
./dialogs
|
./dialogs
|
||||||
|
@ -118,7 +113,6 @@ target_link_libraries( cvpcb_kiface
|
||||||
pcbcommon
|
pcbcommon
|
||||||
pcad2kicadpcb
|
pcad2kicadpcb
|
||||||
common
|
common
|
||||||
${WEBVIEWER_WXLIB} # before bitmaps, because it uses some bitmaps defined in bitmaps
|
|
||||||
bitmaps
|
bitmaps
|
||||||
polygon
|
polygon
|
||||||
gal
|
gal
|
||||||
|
|
|
@ -530,7 +530,7 @@ public:
|
||||||
|
|
||||||
const BOX2I CalculateExtents() ;
|
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:
|
private:
|
||||||
struct VIEW_LAYER
|
struct VIEW_LAYER
|
||||||
|
|
|
@ -382,10 +382,6 @@ if( UNIX AND NOT APPLE )
|
||||||
list( APPEND PCBNEW_EXTRA_LIBS rt )
|
list( APPEND PCBNEW_EXTRA_LIBS rt )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if( KICAD_USE_WEBKIT AND BUILD_GITHUB_PLUGIN )
|
|
||||||
set( WEBVIEWER_WXLIB "webviewer" )
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
if( KICAD_SCRIPTING_MODULES )
|
if( KICAD_SCRIPTING_MODULES )
|
||||||
|
|
||||||
|
@ -413,7 +409,6 @@ if( KICAD_SCRIPTING_MODULES )
|
||||||
idf3
|
idf3
|
||||||
${GITHUB_PLUGIN_LIBRARIES}
|
${GITHUB_PLUGIN_LIBRARIES}
|
||||||
polygon
|
polygon
|
||||||
${WEBVIEWER_WXLIB}
|
|
||||||
bitmaps
|
bitmaps
|
||||||
gal
|
gal
|
||||||
${GLEW_LIBRARIES}
|
${GLEW_LIBRARIES}
|
||||||
|
@ -580,7 +575,6 @@ target_link_libraries( pcbnew_kiface
|
||||||
common
|
common
|
||||||
pcad2kicadpcb
|
pcad2kicadpcb
|
||||||
polygon
|
polygon
|
||||||
${WEBVIEWER_WXLIB} # before bitmaps, because it uses some bitmaps defined in bitmap
|
|
||||||
bitmaps
|
bitmaps
|
||||||
gal
|
gal
|
||||||
lib_dxf
|
lib_dxf
|
||||||
|
|
Loading…
Reference in New Issue