mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-15 10:43:15 +02:00
* Add CMake script to generate DSN token header and source file from token list file. * Add preliminary component library DSN token list and lexer file to test script and prepare for new component library file lexer. * EESchema: right click on ERC check mark displays error in message panel. * Remove PCBNew header file dependency from common DSN lexer source. * Minor code clean ups.
7 lines
221 B
C++
7 lines
221 B
C++
/*
|
|
* Do not delete this file. It will eventually become the new component
|
|
* library file DSN lexer which will replace the current library and library
|
|
* document file formats.
|
|
*/
|
|
#include "cmp_library_base.cpp"
|