From: Trent Nelson Date: Fri, 23 May 2008 20:33:14 +0000 (+0000) Subject: Introduce a user macro named $(externalsDir), which should point to the root director... X-Git-Tag: v2.6b1~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f5434074a3ee48cdb7c111e4413fae4775aa1bc;p=python Introduce a user macro named $(externalsDir), which should point to the root directory of where all the external sources should live. Developers can change this value if their external sources live elsewhere. The default of '..\..' matches the current status quo. --- diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops index bc41d14355..66b417f772 100644 --- a/PCbuild/pyproject.vsprops +++ b/PCbuild/pyproject.vsprops @@ -44,6 +44,10 @@ Name="PythonExe" Value="$(SolutionDir)\python.exe" /> +