diff options
author | marha <marha@users.sourceforge.net> | 2012-06-27 09:14:14 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-27 09:14:14 +0200 |
commit | 392bc11a81b5fe8c8a340eae23ffa3c5c06b72e7 (patch) | |
tree | e4db977508f3e38e79ed5d06523eda5d8f9a6397 /libXext/src/makefile | |
parent | d02cf3cc6e0989aace77a47a56979d1f21d33724 (diff) | |
download | vcxsrv-392bc11a81b5fe8c8a340eae23ffa3c5c06b72e7.tar.gz vcxsrv-392bc11a81b5fe8c8a340eae23ffa3c5c06b72e7.tar.bz2 vcxsrv-392bc11a81b5fe8c8a340eae23ffa3c5c06b72e7.zip |
libXmu is now a dll
Exported variables in libX11 and libxcb should be declared with
__declspec(dllimport)
Diffstat (limited to 'libXext/src/makefile')
-rw-r--r-- | libXext/src/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libXext/src/makefile b/libXext/src/makefile index d2b006416..23d2a0946 100644 --- a/libXext/src/makefile +++ b/libXext/src/makefile @@ -5,6 +5,11 @@ INCLUDES := ..\include $(INCLUDES) INCLUDELIBFILES = \ $(MHMAKECONF)\libX11\$(OBJDIR)\libX11.lib +LIBDIRS=$(dir $(INCLUDELIBFILES)) + +load_makefile $(LIBDIRS:%$(OBJDIR)\=%makefile MAKESERVER=0 DEBUG=$(DEBUG);) + + CSRCS = \ DPMS.c \ MITMisc.c \ |