Remove unused code generation path
After 11 years, I doubt we're making this file format
This commit is contained in:
parent
f7bef5e09b
commit
f61ee3ff4b
|
@ -17,8 +17,6 @@ include/fp_lib_table_lexer.h
|
|||
include/lib_table_lexer.h
|
||||
include/netlist_lexer.h
|
||||
include/page_layout_reader_lexer.h
|
||||
eeschema/cmp_library_lexer.h
|
||||
eeschema/cmp_library_keywords.*
|
||||
eeschema/dialogs/dialog_bom_cfg_keywords.cpp
|
||||
eeschema/dialogs/dialog_bom_cfg_lexer.h
|
||||
common/template_fieldnames_keywords.cpp
|
||||
|
|
|
@ -707,16 +707,6 @@ if( KICAD_WIN32_INSTALL_PDBS )
|
|||
install(FILES $<TARGET_PDB_FILE:eeschema_kiface> DESTINATION ${KICAD_KIFACE})
|
||||
endif()
|
||||
|
||||
# auto-generate cmp_library_lexer.h and cmp_library_keywords.cpp for the component
|
||||
# library format.
|
||||
make_lexer(
|
||||
eeschema_kiface_objects
|
||||
cmp_library.keywords
|
||||
cmp_library_lexer.h
|
||||
cmp_library_keywords.cpp
|
||||
TLIB_T
|
||||
)
|
||||
|
||||
make_lexer(
|
||||
eeschema_kiface_objects
|
||||
dialogs/dialog_bom_cfg.keywords
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
header
|
||||
version
|
||||
name
|
||||
author
|
||||
comment
|
||||
license
|
||||
url
|
||||
copyright
|
||||
symbol
|
||||
component
|
||||
field
|
||||
tags
|
||||
docs
|
||||
drawing
|
||||
arc
|
||||
start
|
||||
end
|
||||
rectangle
|
||||
position
|
||||
width
|
||||
height
|
||||
polyline
|
||||
circle
|
||||
center
|
||||
radius
|
||||
text
|
||||
orientation
|
||||
pin
|
||||
number
|
||||
length
|
||||
electical_type
|
||||
style
|
||||
fill_style
|
Loading…
Reference in New Issue