diff options
author | Bruno Haible <bruno@clisp.org> | 2003-03-29 16:20:30 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:18 +0200 |
commit | 55330d5547a8ec7848309fc14c6d2ddaf5f78dca (patch) | |
tree | 81e1b017d15944d39daa73b2d0795157b8df6ca1 /gettext-tools/tests | |
parent | d3dadca327ce84419829350cb1385b274d60cfe1 (diff) | |
download | external_gettext-55330d5547a8ec7848309fc14c6d2ddaf5f78dca.zip external_gettext-55330d5547a8ec7848309fc14c6d2ddaf5f78dca.tar.gz external_gettext-55330d5547a8ec7848309fc14c6d2ddaf5f78dca.tar.bz2 |
Native Woe32/MSVC support.
Diffstat (limited to 'gettext-tools/tests')
-rw-r--r-- | gettext-tools/tests/ChangeLog | 6 | ||||
-rw-r--r-- | gettext-tools/tests/Makefile.am | 8 | ||||
-rw-r--r-- | gettext-tools/tests/Makefile.msvc | 27 |
3 files changed, 40 insertions, 1 deletions
diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 25fbca0..aed7dc7 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,9 @@ +2003-03-17 Bruno Haible <bruno@clisp.org> + + Native Woe32/MSVC support. + * Makefile.msvc: New file. + * Makefile.am (EXTRA_DIST): Add it. + 2003-02-28 Bruno Haible <bruno@clisp.org> Support for relocatable installation. diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index a5e33a4..0a04e72 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -18,6 +18,7 @@ ## Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies +EXTRA_DIST = TESTS = gettext-1 gettext-2 \ msgattrib-1 msgattrib-2 msgattrib-3 msgattrib-4 msgattrib-5 \ @@ -65,7 +66,7 @@ TESTS = gettext-1 gettext-2 \ lang-ycp lang-tcl lang-php lang-po \ lang-rst -EXTRA_DIST = $(TESTS) \ +EXTRA_DIST += $(TESTS) \ test.mo xg-test1.ok.po mex-test2.ok msguniq-a.in msguniq-a.out \ ChangeLog.0 @@ -130,3 +131,8 @@ fc4_LDADD = ../lib/libgettextlib.la $(LDADD) # Clean up after Solaris cc. clean-am: rm -rf SunWS_cache + + +# Woe32 support. + +EXTRA_DIST += Makefile.msvc diff --git a/gettext-tools/tests/Makefile.msvc b/gettext-tools/tests/Makefile.msvc new file mode 100644 index 0000000..81ee8d8 --- /dev/null +++ b/gettext-tools/tests/Makefile.msvc @@ -0,0 +1,27 @@ +# -*- Makefile -*- for gettext-tools/tests + +#### Start of system configuration section. #### + +#### End of system configuration section. #### + +SHELL = /bin/sh + +all : + +install : all + +installdirs : + +uninstall : + +check : + +mostlyclean : clean + +clean : force + +distclean : clean + +maintainer-clean : distclean + +force : |