diff options
Diffstat (limited to 'gettext-tools/tests/Makefile.msvc')
-rw-r--r-- | gettext-tools/tests/Makefile.msvc | 27 |
1 files changed, 27 insertions, 0 deletions
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 : |