From 945863a691275a7088a4a9227bb35791390ec02a Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 13 Jul 2016 19:58:21 -0700 Subject: Fixes build order and lingering intermediate files. --- PCbuild/pcbuild.proj | 8 ++++++-- PCbuild/python3dll.vcxproj | 6 +----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj index 36621c9..a661848 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 cbb618f..c66c8ef 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 -- cgit v0.12