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 /libX11/modules | |
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 'libX11/modules')
-rw-r--r-- | libX11/modules/im/ximcp/makefile | 2 | ||||
-rw-r--r-- | libX11/modules/lc/Utf8/makefile | 2 | ||||
-rw-r--r-- | libX11/modules/lc/def/makefile | 2 | ||||
-rw-r--r-- | libX11/modules/lc/gen/makefile | 2 | ||||
-rw-r--r-- | libX11/modules/lc/xlocale/makefile | 2 | ||||
-rw-r--r-- | libX11/modules/om/generic/makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/libX11/modules/im/ximcp/makefile b/libX11/modules/im/ximcp/makefile index ca80ad90e..48ad05749 100644 --- a/libX11/modules/im/ximcp/makefile +++ b/libX11/modules/im/ximcp/makefile @@ -2,6 +2,8 @@ DEFINES += XIM_t TRANS_CLIENT LIBRARY=libximcp +DEFINES += LIB11_DLL + CSRCS = \ imCallbk.c \ imDefFlt.c \ diff --git a/libX11/modules/lc/Utf8/makefile b/libX11/modules/lc/Utf8/makefile index 6f814c760..1dd942816 100644 --- a/libX11/modules/lc/Utf8/makefile +++ b/libX11/modules/lc/Utf8/makefile @@ -1,5 +1,7 @@ LIBRARY = libxlcUTF8Load +DEFINES += LIB11_DLL + CSRCS=lcUTF8Load.c INCLUDES += ..\..\..\include\X11 ..\..\..\src\xlibi18n ..\..\..\src diff --git a/libX11/modules/lc/def/makefile b/libX11/modules/lc/def/makefile index b89ce455d..10a2f3521 100644 --- a/libX11/modules/lc/def/makefile +++ b/libX11/modules/lc/def/makefile @@ -1,5 +1,7 @@ LIBRARY = libxlcDef CSRCS = lcDefConv.c +DEFINES += LIB11_DLL + INCLUDES += ..\..\..\include\X11 ..\..\..\src\xlibi18n ..\..\..\src diff --git a/libX11/modules/lc/gen/makefile b/libX11/modules/lc/gen/makefile index 8fe90a5e6..a06a39b01 100644 --- a/libX11/modules/lc/gen/makefile +++ b/libX11/modules/lc/gen/makefile @@ -1,5 +1,7 @@ LIBRARY = liblcGenConvLoad +DEFINES += LIB11_DLL + CSRCS=lcGenConv.c INCLUDES += ..\..\..\include\X11 ..\..\..\src\xlibi18n ..\..\..\src diff --git a/libX11/modules/lc/xlocale/makefile b/libX11/modules/lc/xlocale/makefile index 9649982bd..42ca76b86 100644 --- a/libX11/modules/lc/xlocale/makefile +++ b/libX11/modules/lc/xlocale/makefile @@ -1,5 +1,7 @@ LIBRARY = libxlocale +DEFINES += LIB11_DLL + CSRCS = \ lcEuc.c \ lcJis.c \ diff --git a/libX11/modules/om/generic/makefile b/libX11/modules/om/generic/makefile index cb8e59dfe..14e7a8119 100644 --- a/libX11/modules/om/generic/makefile +++ b/libX11/modules/om/generic/makefile @@ -1,5 +1,7 @@ LIBRARY = libxomGeneric +DEFINES += LIB11_DLL + CSRCS = \ omDefault.c \ omGeneric.c \ |