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