1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-29 01:42:32 +01:00

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.
This commit is contained in:
Christophe CURIS
2012-07-08 14:04:44 +02:00
committed by Carlos R. Mafra
parent 39fa6d9e2c
commit f0e8b76c03
4 changed files with 132 additions and 95 deletions

View File

@@ -71,6 +71,7 @@ libWUtil_la_SOURCES = \
handlers.c \
hashtable.c \
memory.c \
menuparser.c \
misc.c \
notification.c \
proplist.c \