diff options
author | marha <marha@users.sourceforge.net> | 2012-06-26 11:14:32 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-26 11:14:32 +0200 |
commit | d02cf3cc6e0989aace77a47a56979d1f21d33724 (patch) | |
tree | 37af2a9a8ff2e63f9d982dd3c6ff7a0bdcb73a6e /libXext/src/makefile | |
parent | 3458e8f13f8389a146c5b54b145dfb586af98dce (diff) | |
download | vcxsrv-d02cf3cc6e0989aace77a47a56979d1f21d33724.tar.gz vcxsrv-d02cf3cc6e0989aace77a47a56979d1f21d33724.tar.bz2 vcxsrv-d02cf3cc6e0989aace77a47a56979d1f21d33724.zip |
libXext is now a dll
Diffstat (limited to 'libXext/src/makefile')
-rw-r--r-- | libXext/src/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libXext/src/makefile b/libXext/src/makefile index c0856e02e..d2b006416 100644 --- a/libXext/src/makefile +++ b/libXext/src/makefile @@ -1,7 +1,10 @@ -LIBRARY = libXext +SHAREDLIB = libXext INCLUDES := ..\include $(INCLUDES) +INCLUDELIBFILES = \ + $(MHMAKECONF)\libX11\$(OBJDIR)\libX11.lib + CSRCS = \ DPMS.c \ MITMisc.c \ |