aboutsummaryrefslogtreecommitdiff
path: root/libX11
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-08-04 13:26:34 +0000
committermarha <marha@users.sourceforge.net>2009-08-04 13:26:34 +0000
commit8f394f07cb21d8fd5d55beec4c238cd98e0ad8ad (patch)
tree25dabf97147532124926f8107ce0c53cd28413ed /libX11
parent8dc64caa90a39b1243101b4c3429987c5c74fe67 (diff)
downloadvcxsrv-8f394f07cb21d8fd5d55beec4c238cd98e0ad8ad.tar.gz
vcxsrv-8f394f07cb21d8fd5d55beec4c238cd98e0ad8ad.tar.bz2
vcxsrv-8f394f07cb21d8fd5d55beec4c238cd98e0ad8ad.zip
Added makefiles for generating the local directory.
Diffstat (limited to 'libX11')
-rw-r--r--libX11/nls/C/makefile5
-rw-r--r--libX11/nls/iso8859-1/makefile6
-rw-r--r--libX11/nls/makefile1
3 files changed, 12 insertions, 0 deletions
diff --git a/libX11/nls/C/makefile b/libX11/nls/C/makefile
new file mode 100644
index 000000000..69d26a1fe
--- /dev/null
+++ b/libX11/nls/C/makefile
@@ -0,0 +1,5 @@
+X11_LOCALEDATADIR = ..\..\..\xorg-server\locale
+
+x11thislocaledir = $(X11_LOCALEDATADIR)\C
+
+all: $(x11thislocaledir)\XLC_LOCALE
diff --git a/libX11/nls/iso8859-1/makefile b/libX11/nls/iso8859-1/makefile
new file mode 100644
index 000000000..48781d810
--- /dev/null
+++ b/libX11/nls/iso8859-1/makefile
@@ -0,0 +1,6 @@
+X11_LOCALEDATADIR = ..\..\..\xorg-server\locale
+
+x11thislocaledir = $(X11_LOCALEDATADIR)\iso8859-1
+
+all: $(x11thislocaledir)\XLC_LOCALE $(x11thislocaledir)\Compose
+
diff --git a/libX11/nls/makefile b/libX11/nls/makefile
new file mode 100644
index 000000000..19bf45e7a
--- /dev/null
+++ b/libX11/nls/makefile
@@ -0,0 +1 @@
+SUBDIRS = C iso8859-1