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

@@ -1,3 +1,14 @@
2012-07-01 Bruno Haible <bruno@clisp.org>
Remove old infrastructure for building with MSVC.
* autogen.sh: Don't remove src/config.h.msvc.
* Makefile.devel (src/config.h.msvc): Remove rule.
(all): Don't depend on it.
* src/Makefile.in (GENERATED_FILES): Remove config.h.msvc.
* src/.gitignore: Remove config.h.msvc.
* Makefile.msvc: Remove file.
* Makefile.in (SOURCE_FILES): Remove Makefile.msvc.
2012-07-01 Bruno Haible <bruno@clisp.org>
Support for building with MSVC much like for Unix.