DescriptionUpdate gyp, keep VS 2008 default for Windows builds.
Use the environment variable GYP_MSVS_VERSION to override
the default.
all.deps/DEPS now calls tools/gyp_dart.py to generate
the build files. (Previously it called gyp directly.)
tools/gyp_dart.py adds the logic to make VS 2008 the
default build file format on Win32 systems.
The same logic was added to tools/generate_projects.py
which is called by all-deps/DEPS to generate build files
for dart vm sub-projects. These sub-project build files
aren't used in official builds, but apparenlty are used
by some engineers. I don't know how many of those engineers
are building on Windows, but we might as well keep the
two build systems compatible.
Committed: https://code.google.com/p/dart/source/detail?r=10299
Patch Set 1 #
Total comments: 3
Patch Set 2 : #
Total comments: 8
Messages
Total messages: 6 (0 generated)
|