Avoid much of duplication in lists of source files
authorTor Lillqvist <tml@iki.fi>
Sun, 21 Mar 2010 14:11:49 +0000 (16:11 +0200)
committerTor Lillqvist <tml@iki.fi>
Sun, 21 Mar 2010 14:15:02 +0000 (16:15 +0200)
commit226cc663e40606e9749a368e9d2b2e61d9a9d532
tree0bef8c5cd048c8ee1f8bfcc83bfa2003af361ef1
parent504b8b8f0125dcba530d4f34c4beaaa129cc5d85
Avoid much of duplication in lists of source files

Don't keep the lists of source files for libglib, libgobject and
libgio in the VS project files in addition to the canonical location,
the corresponding Makefile.am files.

Instead, generate the corresponding .vcproj files at make dist time
using the C preprocessor, from template files called .vcprojin. We
still list explicitly in the .vcprojin files some of the
Windows-specific source files, and the sources files of gnulib and
pcre.
build/win32/vs9/Makefile.am
build/win32/vs9/README.txt
build/win32/vs9/gio.vcproj [deleted file]
build/win32/vs9/gio.vcprojin [new file with mode: 0644]
build/win32/vs9/glib.vcprojin [moved from build/win32/vs9/glib.vcproj with 55% similarity]
build/win32/vs9/gobject.vcprojin [moved from build/win32/vs9/gobject.vcproj with 83% similarity]
gio/Makefile.am
glib/Makefile.am
gobject/Makefile.am