Remove dependency to CPP: Moving parser functions to a dedicated file
commitf0e8b76c033c98662dd4179cb2b829b20ebd9fe4
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 8 Jul 2012 12:04:44 +0000 (8 14:04 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 14 Jul 2012 18:22:20 +0000 (14 20:22 +0200)
treed32d4345772623de82d73e902ecf9776cfafc598
parent39fa6d9e2cc75861d71fe9d7387c7e26d7d02a99
Remove dependency to CPP: Moving parser functions to a dedicated file

Due to the tasks to take in charge, the internal parser will grow in
size to support basic CPP feature, so it is a good idea to start by
moving the current functions into a dedicated file.
WINGs/Makefile.am
WINGs/WINGs/WUtil.h
WINGs/menuparser.c [new file with mode: 0644]
src/rootmenu.c