Use $(OutDir) instead of explicit directories in VC10 project files.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Aug 2013 22:49:34 +0000 (22:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Aug 2013 22:49:34 +0000 (22:49 +0000)
commit9e2e5d0759966cdcdb7dd1ffcae65e359e447e89
treecc356666b3d914c2d6f1796a6000b04a0c04e58d
parentee3de647ffd5891138864d032bc0f2bd5a130ef0
Use $(OutDir) instead of explicit directories in VC10 project files.

This makes it simpler to use a different output directory as it only needs to
be changed in one place.

See #15439.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
23 files changed:
build/msw/wx_vc10_adv.vcxproj
build/msw/wx_vc10_aui.vcxproj
build/msw/wx_vc10_base.vcxproj
build/msw/wx_vc10_core.vcxproj
build/msw/wx_vc10_gl.vcxproj
build/msw/wx_vc10_html.vcxproj
build/msw/wx_vc10_media.vcxproj
build/msw/wx_vc10_net.vcxproj
build/msw/wx_vc10_propgrid.vcxproj
build/msw/wx_vc10_qa.vcxproj
build/msw/wx_vc10_ribbon.vcxproj
build/msw/wx_vc10_richtext.vcxproj
build/msw/wx_vc10_stc.vcxproj
build/msw/wx_vc10_webview.vcxproj
build/msw/wx_vc10_wxexpat.vcxproj
build/msw/wx_vc10_wxjpeg.vcxproj
build/msw/wx_vc10_wxpng.vcxproj
build/msw/wx_vc10_wxregex.vcxproj
build/msw/wx_vc10_wxscintilla.vcxproj
build/msw/wx_vc10_wxtiff.vcxproj
build/msw/wx_vc10_wxzlib.vcxproj
build/msw/wx_vc10_xml.vcxproj
build/msw/wx_vc10_xrc.vcxproj