diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-09-17 10:56:11 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-09-17 10:56:11 +0800 |
commit | 7131e16e8b4d54c7675828e0bbd3ae522f5b3772 (patch) | |
tree | efe995c9cdc33cf1db05ea59b763230d913f636b /MSVC_Net2008/options.vcproj | |
parent | 41d5dba82e51a87368ae6f85dc04312febeaaa34 (diff) | |
download | glibmm-7131e16e8b4d54c7675828e0bbd3ae522f5b3772.tar.gz |
Visual Studio 2008 Projects: More Cleanups and Tweaks
Remove items from the projects that are no longer necessary to build
glibmm[1], and generate debug info (.pdb files, with little to no
performance defecit) for release builds as well. These changes also fixes
the builds of glibmm and gtkmm as the glibmm_interface_implementation test
now runs successfully, and the gtkmm demo program now starts without
crashing (although it still does crash when a window is being closed).
* MSVC_Net2008/*.vproj: Remove the build of blank.cpp and the /vd2
build options, as they are no longer needed.
* MSVC_Net2008/giomm.vcproj:
* MSVC_Net2008/glibmm.vcproj: Generate Debug Info for the Release
builds as well.
Diffstat (limited to 'MSVC_Net2008/options.vcproj')
-rw-r--r-- | MSVC_Net2008/options.vcproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MSVC_Net2008/options.vcproj b/MSVC_Net2008/options.vcproj index 194426a8..ff053881 100644 --- a/MSVC_Net2008/options.vcproj +++ b/MSVC_Net2008/options.vcproj @@ -160,7 +160,6 @@ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
- <File RelativePath="blank.cpp" />
<File RelativePath="..\examples\options\main.cc" />
</Filter>
<Filter
|