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 )
|
||||
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue