]> granicus.if.org Git - python/commit
Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj.
authorZachary Ware <zachary.ware@gmail.com>
Thu, 6 Mar 2014 19:28:08 +0000 (13:28 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 6 Mar 2014 19:28:08 +0000 (13:28 -0600)
commit5ccca9516a5b0e052593631dc47268716c306b8e
treef7fa396f11ade32c3942f826c73b4ddd3399076e
parentbeec02ac0665d34d592f23c8c8f10ec3b41f8fe9
parent54d04a46f3a0c274fa971ae457134529b22eb64e
Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj.

pylauncher.vcxproj already has the same dependency, and adding it to
the pywlauncher project eliminates the possibility of the pywlauncher
build failing when building the solution in parallel.  In particular,
pywlauncher may fail to build when doing a "Rebuild Solution" from the
VS Build menu.

Merge with 3.3.