diff options
Diffstat (limited to 'gettext-tools/projects/Makefile.msvc')
-rw-r--r-- | gettext-tools/projects/Makefile.msvc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gettext-tools/projects/Makefile.msvc b/gettext-tools/projects/Makefile.msvc deleted file mode 100644 index e75f44a..0000000 --- a/gettext-tools/projects/Makefile.msvc +++ /dev/null @@ -1,27 +0,0 @@ -# -*- Makefile -*- for gettext-tools/projects - -#### 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 : |