aboutsummaryrefslogtreecommitdiff
path: root/libXpm/src/makefile
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-06 06:21:24 +0000
committermarha <marha@users.sourceforge.net>2009-11-06 06:21:24 +0000
commit0ae41e8705d1a90e05e5452759396d6ef3e9d33f (patch)
tree0633e2a8cdad0b13af31d9ff471174fe3f69e637 /libXpm/src/makefile
parenta606d151fb424f09f5b548ed58879dc20ba4f173 (diff)
parentc9179017c7e70703b7cac46c2df8b950506319e0 (diff)
downloadvcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.tar.gz
vcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.tar.bz2
vcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.zip
Added libXpm
Diffstat (limited to 'libXpm/src/makefile')
-rw-r--r--libXpm/src/makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/libXpm/src/makefile b/libXpm/src/makefile
new file mode 100644
index 000000000..cfd21c66b
--- /dev/null
+++ b/libXpm/src/makefile
@@ -0,0 +1,34 @@
+LIBRARY=libXpm
+
+INCLUDES += ..\include\X11
+
+CSRCS = \
+ Attrib.c \
+ CrBufFrI.c \
+ CrBufFrP.c \
+ CrDatFrI.c \
+ CrDatFrP.c \
+ CrIFrBuf.c \
+ CrIFrDat.c \
+ CrIFrP.c \
+ CrPFrBuf.c \
+ CrPFrDat.c \
+ CrPFrI.c \
+ Image.c \
+ Info.c \
+ RdFToBuf.c \
+ RdFToDat.c \
+ RdFToI.c \
+ RdFToP.c \
+ WrFFrBuf.c \
+ WrFFrDat.c \
+ WrFFrI.c \
+ WrFFrP.c \
+ create.c \
+ data.c \
+ hashtab.c \
+ misc.c \
+ parse.c \
+ rgb.c \
+ scan.c
+