]> granicus.if.org Git - python/commitdiff
Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj.
authorZachary Ware <zachary.ware@gmail.com>
Thu, 6 Mar 2014 19:21:45 +0000 (13:21 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 6 Mar 2014 19:21:45 +0000 (13:21 -0600)
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.

PCbuild/pywlauncher.vcxproj

index 08e35a77411a31d5d2909993badb4e3da2220fb8..96ea4215366ebb5b25afd8968463155d06121244 100644 (file)
   <ItemGroup>
     <ResourceCompile Include="..\PC\pylauncher.rc" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="make_versioninfo.vcxproj">
+      <Project>{f0e0541e-f17d-430b-97c4-93adf0dd284e}</Project>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>