diff options
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro new file mode 100644 index 0000000..14b001d --- /dev/null +++ b/utils/themeeditor/themeeditor.pro @@ -0,0 +1,10 @@ +HEADERS += tag_table.h \ + symbols.h \ + skin_parser.h \ + skin_scan.h \ + skin_debug.h +SOURCES += tag_table.c \ + main.c \ + skin_parser.c \ + skin_scan.c \ + skin_debug.c |