1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

Finished the libWUtil library.

This commit is contained in:
dan
1999-09-10 20:13:44 +00:00
parent d214a2ca98
commit f2f71a1f09
6 changed files with 188 additions and 95 deletions

View File

@@ -12,7 +12,7 @@ LIBLIST= $(top_builddir)/wrlib/libwraster.la\
#lib_LTLIBRARIES = libWINGs.la
lib_LIBRARIES = libWINGs.a
lib_LIBRARIES = libWINGs.a libWUtil.a
#libWINGs_la_LDFLAGS = -version-info 1:1:0
@@ -101,6 +101,23 @@ libWINGs_a_SOURCES = \
usleep.c
libWUtil_a_SOURCES = \
WINGs.h \
WINGsP.h \
llist.h \
llist.c \
international.c \
notification.c \
userdefaults.c \
wapplication.c \
wutil.c \
error.c \
findfile.c \
hashtable.c \
memory.c \
usleep.c
INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG