diff options
Diffstat (limited to 'libX11/nls')
-rw-r--r-- | libX11/nls/C/makefile | 5 | ||||
-rw-r--r-- | libX11/nls/iso8859-1/makefile | 6 | ||||
-rw-r--r-- | libX11/nls/makefile | 1 |
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
|