Remove accidentally committed wxCompilerPrefix setting.

Don't use "vc120" compiler prefix by default.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-07-04 11:50:00 +00:00
parent 56657b8ea3
commit 2306e9f9ff

View File

@@ -3,7 +3,7 @@
<PropertyGroup Label="UserMacros">
<wxShortVersionString>30</wxShortVersionString>
<wxToolkitPrefix>msw</wxToolkitPrefix>
<wxCompilerPrefix>vc120</wxCompilerPrefix>
<wxCompilerPrefix>vc</wxCompilerPrefix>
<wxCfg>
</wxCfg>
<wxVendor>custom</wxVendor>