diff options
Diffstat (limited to 'libX11/modules/lc')
-rw-r--r-- | libX11/modules/lc/Utf8/makefile | 8 | ||||
-rw-r--r-- | libX11/modules/lc/def/makefile | 7 | ||||
-rw-r--r-- | libX11/modules/lc/gen/makefile | 8 | ||||
-rw-r--r-- | libX11/modules/lc/xlocale/makefile | 10 |
4 files changed, 33 insertions, 0 deletions
diff --git a/libX11/modules/lc/Utf8/makefile b/libX11/modules/lc/Utf8/makefile new file mode 100644 index 000000000..1dd942816 --- /dev/null +++ b/libX11/modules/lc/Utf8/makefile @@ -0,0 +1,8 @@ +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 new file mode 100644 index 000000000..10a2f3521 --- /dev/null +++ b/libX11/modules/lc/def/makefile @@ -0,0 +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 new file mode 100644 index 000000000..a06a39b01 --- /dev/null +++ b/libX11/modules/lc/gen/makefile @@ -0,0 +1,8 @@ +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 new file mode 100644 index 000000000..42ca76b86 --- /dev/null +++ b/libX11/modules/lc/xlocale/makefile @@ -0,0 +1,10 @@ +LIBRARY = libxlocale + +DEFINES += LIB11_DLL + +CSRCS = \ + lcEuc.c \ + lcJis.c \ + lcSjis.c + +INCLUDES += ..\..\..\include ..\..\..\include\X11 ..\..\..\src\xlibi18n ..\..\..\src\xkb ..\..\..\src\xcms ..\..\..\src |