diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-16 02:14:19 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-16 02:14:19 (GMT) |
commit | 3bff4373e6981d2a281bfa6c6a2006b83b99532d (patch) | |
tree | d0d6f4cc09546a3bd4a13ee5c7da461d157b6c72 /PCbuild8/pyproject.vsprops | |
parent | b7b030ec37bd688d5c3ab2c4a4f28d0544656f99 (diff) | |
download | cpython-3bff4373e6981d2a281bfa6c6a2006b83b99532d.zip cpython-3bff4373e6981d2a281bfa6c6a2006b83b99532d.tar.gz cpython-3bff4373e6981d2a281bfa6c6a2006b83b99532d.tar.bz2 |
I finally figured out why _tkinter and _bsddb didn't compile with PCbuild8.
Diffstat (limited to 'PCbuild8/pyproject.vsprops')
-rw-r--r-- | PCbuild8/pyproject.vsprops | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild8/pyproject.vsprops b/PCbuild8/pyproject.vsprops index 752e174..a509677 100644 --- a/PCbuild8/pyproject.vsprops +++ b/PCbuild8/pyproject.vsprops @@ -39,4 +39,8 @@ Name="opensslDir"
Value="..\..\..\openssl-0.9.8a"
/>
+ <UserMacro
+ Name="tcltkDir"
+ Value="..\..\..\tcltk"
+ />
</VisualStudioPropertySheet>
|