diff options
author | marha <marha@users.sourceforge.net> | 2009-08-04 13:26:34 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-08-04 13:26:34 +0000 |
commit | 8f394f07cb21d8fd5d55beec4c238cd98e0ad8ad (patch) | |
tree | 25dabf97147532124926f8107ce0c53cd28413ed /libX11/nls/iso8859-1 | |
parent | 8dc64caa90a39b1243101b4c3429987c5c74fe67 (diff) | |
download | vcxsrv-8f394f07cb21d8fd5d55beec4c238cd98e0ad8ad.tar.gz vcxsrv-8f394f07cb21d8fd5d55beec4c238cd98e0ad8ad.tar.bz2 vcxsrv-8f394f07cb21d8fd5d55beec4c238cd98e0ad8ad.zip |
Added makefiles for generating the local directory.
Diffstat (limited to 'libX11/nls/iso8859-1')
-rw-r--r-- | libX11/nls/iso8859-1/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |