mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Fixed an error in my last commit. The dll files are in the bin directory, not in the lib directory.
This commit is contained in:
parent
3bff4373e6
commit
631784322b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user