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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f5434074a3ee48cdb7c111e4413fae4775aa1bc;p=thirdparty%2FPython%2Fcpython.git 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 bc41d14355ba..66b417f772ff 100644 --- a/PCbuild/pyproject.vsprops +++ b/PCbuild/pyproject.vsprops @@ -44,6 +44,10 @@ Name="PythonExe" Value="$(SolutionDir)\python.exe" /> +