Closed GoogleCodeExporter closed 9 years ago
This bug is caused by below definition:
http://code.google.com/p/gyp/source/browse/trunk/pylib/gyp/MSVSSettings.py#485
_manifest = _Tool('VCManifestTool', 'Mt')
It seems that it is hard to change MSBuild name(== element name) based of MSVC
version.
Original comment by yosin@chromium.org
on 29 Sep 2011 at 6:27
I just run into this bug. because of this bug My views example don't show the
tooltips because the manifest no have common-control 6.0 .
manifest file is just a nightmare.
Original comment by LianLiu...@gmail.com
on 22 Oct 2011 at 3:35
I ran into this bug too. Why this bug is not fixed yet?
Original comment by ningxin...@gmail.com
on 13 Apr 2012 at 3:21
Issue 266 has been merged into this issue.
Original comment by robertsh...@chromium.org
on 11 May 2012 at 1:49
Original comment by gab@chromium.org
on 17 May 2012 at 3:16
Commit: f635090bed695f70f98e90cb933045d2ec465f04
Email: bradnelson@google.com@78cadc50-ecff-11dd-a971-7dbc132099af
Fixing mistake in the mapping of manifest settings from vcbuild to msbuild.
Mt should have been Manifest.
Perils of tests that recaptiulate the implementation.
BUG=http://code.google.com/p/gyp/issues/detail?id=222
TEST=None
R=scottmg@chromium.org,pkotwicz@google.com,robertshield@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10383282
git-svn-id: http://gyp.googlecode.com/svn/trunk@1391
78cadc50-ecff-11dd-a971-7dbc132099af
M pylib/gyp/MSVSSettings.py
M pylib/gyp/MSVSSettings_test.py
Original comment by bugdro...@chromium.org
on 22 May 2012 at 8:05
Original comment by grt@chromium.org
on 28 May 2012 at 7:47
Fixed? If so, can the link from
http://www.chromium.org/developers/how-tos/build-instructions-windows to here
be removed?
Original comment by thakis@chromium.org
on 27 Aug 2012 at 9:30
Yes and yes (I don't have edit access to this bug looks like; nor to the
website).
Original comment by gab@chromium.org
on 27 Aug 2012 at 9:44
For past sins, I apparently do, so marking this bug as Fixed. I'll also clean
up the page at
http://www.chromium.org/developers/how-tos/build-instructions-windows :)
Original comment by robertsh...@chromium.org
on 21 Sep 2012 at 2:10
Original issue reported on code.google.com by
yosin@chromium.org
on 29 Sep 2011 at 6:22