diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 06:21:24 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 06:21:24 +0000 |
commit | 0ae41e8705d1a90e05e5452759396d6ef3e9d33f (patch) | |
tree | 0633e2a8cdad0b13af31d9ff471174fe3f69e637 /libXpm/src/makefile | |
parent | a606d151fb424f09f5b548ed58879dc20ba4f173 (diff) | |
parent | c9179017c7e70703b7cac46c2df8b950506319e0 (diff) | |
download | vcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.tar.gz vcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.tar.bz2 vcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.zip |
Added libXpm
Diffstat (limited to 'libXpm/src/makefile')
-rw-r--r-- | libXpm/src/makefile | 34 |
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 + |