diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-16 02:35:02 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-16 02:35:02 (GMT) |
commit | 631784322b31c95e060a1bf177d81b30467b181f (patch) | |
tree | 1860da7d1c55a9c1d07ea2d61884eadf8347f4b3 /PCbuild8 | |
parent | 3bff4373e6981d2a281bfa6c6a2006b83b99532d (diff) | |
download | cpython-631784322b31c95e060a1bf177d81b30467b181f.zip cpython-631784322b31c95e060a1bf177d81b30467b181f.tar.gz cpython-631784322b31c95e060a1bf177d81b30467b181f.tar.bz2 |
Fixed an error in my last commit. The dll files are in the bin directory, not in the lib directory.
Diffstat (limited to 'PCbuild8')
-rw-r--r-- | PCbuild8/_tkinter/_tkinter.vcproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/PCbuild8/_tkinter/_tkinter.vcproj b/PCbuild8/_tkinter/_tkinter.vcproj index a627b14..f52e87b 100644 --- a/PCbuild8/_tkinter/_tkinter.vcproj +++ b/PCbuild8/_tkinter/_tkinter.vcproj @@ -90,7 +90,7 @@ />
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)"
+ CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/>
</Configuration>
<Configuration
@@ -166,7 +166,7 @@ />
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)"
+ CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/>
</Configuration>
<Configuration
@@ -242,7 +242,7 @@ />
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)"
+ CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/>
</Configuration>
<Configuration
@@ -319,7 +319,7 @@ />
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)"
+ CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/>
</Configuration>
<Configuration
@@ -395,7 +395,7 @@ />
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)"
+ CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/>
</Configuration>
<Configuration
@@ -472,7 +472,7 @@ />
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)"
+ CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/>
</Configuration>
<Configuration
@@ -548,7 +548,7 @@ />
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)"
+ CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/>
</Configuration>
<Configuration
@@ -625,7 +625,7 @@ />
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)"
+ CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/>
</Configuration>
</Configurations>
|