diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-02-22 19:58:18 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-02-22 19:58:18 +0800 |
commit | 7b118b0c4121a6ae5b5b0adb1e2c45d7f5b941f5 (patch) | |
tree | 91c307b7a2a8cf6b6c2f18c26369c877ce45561d /build | |
parent | aa2ed1dbfbe66c2f4e3165559b1f707ba8b0aada (diff) |
Visual C++ 2010 Project Files: autotools files
These are the updates to the autotools files to
ensure the expansion of the GIO, GLib and GObject
project files (*.vcxproj, *.vcxproj.filters) and to
enable the distribution of the VS2010 project files
The actual VS2010 project files will follow shortly
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am index 06f04e4c1..30ccc95ec 100644 --- a/build/win32/Makefile.am +++ b/build/win32/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = \ dirent \ - vs9 + vs9 \ + vs10 EXTRA_DIST = \ make.msc \ |