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

preliminary code for property list manipulation

This commit is contained in:
dan
2001-09-06 00:55:18 +00:00
parent 44363ce805
commit 2d5a062064
4 changed files with 258 additions and 10 deletions

View File

@@ -36,6 +36,7 @@ libWINGs_a_SOURCES = \
memory.c \
misc.c \
notification.c \
proplist.c \
selection.c \
string.c \
tree.c \
@@ -75,8 +76,7 @@ libWINGs_a_SOURCES = \
wtext.c \
wtextfield.c \
wview.c \
wwindow.c \
snprintf.c
wwindow.c
libWUtil_a_SOURCES = \
@@ -93,14 +93,15 @@ libWUtil_a_SOURCES = \
memory.c \
misc.c \
notification.c \
proplist.c \
string.c \
tree.c \
userdefaults.c \
usleep.c \
wapplication.c \
wconfig.h \
wutil.c\
snprintf.c
wutil.c
CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"