diff options
Diffstat (limited to 'libX11/modules/lc/Utf8')
-rw-r--r-- | libX11/modules/lc/Utf8/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libX11/modules/lc/Utf8/makefile b/libX11/modules/lc/Utf8/makefile new file mode 100644 index 000000000..6f814c760 --- /dev/null +++ b/libX11/modules/lc/Utf8/makefile @@ -0,0 +1,6 @@ +LIBRARY = libxlcUTF8Load + +CSRCS=lcUTF8Load.c + +INCLUDES += ..\..\..\include\X11 ..\..\..\src\xlibi18n ..\..\..\src + |