diff options
author | marha <marha@users.sourceforge.net> | 2009-11-05 19:14:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-05 19:14:40 +0000 |
commit | a606d151fb424f09f5b548ed58879dc20ba4f173 (patch) | |
tree | 6a0fbf455bd31054c6cc85eff09f3b075ed382f4 /libXext/src/makefile | |
parent | 87ae92b4b611b4bb494816c9b6a1a8211e1c2f59 (diff) | |
parent | bea6c919fcb289fdf2b1e7938f39dec026c25b21 (diff) | |
download | vcxsrv-a606d151fb424f09f5b548ed58879dc20ba4f173.tar.gz vcxsrv-a606d151fb424f09f5b548ed58879dc20ba4f173.tar.bz2 vcxsrv-a606d151fb424f09f5b548ed58879dc20ba4f173.zip |
Added libXext
Diffstat (limited to 'libXext/src/makefile')
-rw-r--r-- | libXext/src/makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libXext/src/makefile b/libXext/src/makefile new file mode 100644 index 000000000..c0856e02e --- /dev/null +++ b/libXext/src/makefile @@ -0,0 +1,22 @@ +LIBRARY = libXext + +INCLUDES := ..\include $(INCLUDES) + +CSRCS = \ + DPMS.c \ + MITMisc.c \ + XAppgroup.c \ + XEVI.c \ + XLbx.c \ + XMultibuf.c \ + XSecurity.c \ + XShape.c \ + XShm.c \ + XSync.c \ + XTestExt1.c \ + Xcup.c \ + Xdbe.c \ + Xge.c \ + extutil.c \ + globals.c + |