1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Remove old infrastructure for building with MSVC.

This commit is contained in:
Bruno Haible
2012-07-01 18:05:30 +02:00
parent dd4c596245
commit bf93ebd28e
7 changed files with 15 additions and 206 deletions

View File

@@ -4,7 +4,7 @@
SHELL = /bin/sh
MAKE = make
all : configures src/config.h.in src/config.h.msvc src/config.h_vms
all : configures src/config.h.in src/config.h_vms
CONFIGURES = configure lib/configure src/configure tests/configure doc/configure
@@ -31,9 +31,6 @@ check-configures : $(CONFIGURES)
src/config.h.in : src/configure.ac aclocal.m4
cd src && autoheader -I ..
src/config.h.msvc : src/config.h.in
cp src/config.h.in src/config.h.msvc
src/config.h_vms : src/config.h.in
cp src/config.h.in src/config.h_vms