From: Steve Dower Date: Thu, 14 Jul 2016 02:58:21 +0000 (-0700) Subject: Fixes build order and lingering intermediate files. X-Git-Tag: v3.6.0a4~181^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=945863a691275a7088a4a9227bb35791390ec02a;p=thirdparty%2FPython%2Fcpython.git Fixes build order and lingering intermediate files. --- diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj index 36621c910cd8..a66184896adb 100644 --- a/PCbuild/pcbuild.proj +++ b/PCbuild/pcbuild.proj @@ -33,8 +33,6 @@ false - - @@ -58,12 +56,18 @@ false + + + + false + diff --git a/PCbuild/python3dll.vcxproj b/PCbuild/python3dll.vcxproj index cbb618f283c5..c66c8ef141a1 100644 --- a/PCbuild/python3dll.vcxproj +++ b/PCbuild/python3dll.vcxproj @@ -58,6 +58,7 @@ <_ProjectFileVersion>10.0.30319.1 <_Machine>X86 <_Machine Condition="$(Platform) == 'x64'">X64 + $(ExtensionsToDeleteOnClean);$(IntDir)python3_d.def;$(IntDir)python3stub.def @@ -133,9 +134,4 @@ - - - - - \ No newline at end of file