diff options
Diffstat (limited to 'libX11/modules/lc/xlocale/makefile')
-rw-r--r-- | libX11/modules/lc/xlocale/makefile | 10 |
1 files changed, 10 insertions, 0 deletions
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 |