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

Support for building with MSVC much like for Unix.

This commit is contained in:
Bruno Haible
2012-07-01 17:59:59 +02:00
parent 2ad5657daa
commit dd4c596245
6 changed files with 87 additions and 36 deletions

View File

@@ -64,7 +64,10 @@ SOURCE_FILES = \
configure.ac aclocal.m4 Makefile.in Makefile.msvc Makefile.vms \
Makefile.devel ChangeLog
# List of distributed files imported from other packages.
IMPORTED_FILES = COPYING INSTALL build-aux/install-sh build-aux/mkinstalldirs
IMPORTED_FILES = \
COPYING INSTALL \
build-aux/install-sh build-aux/mkinstalldirs \
build-aux/compile build-aux/ar-lib
# List of distributed files generated by autotools or Makefile.devel.
GENERATED_FILES = configure
# List of distributed files generated by "make".