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:
Christian Heimes 2007-11-16 02:35:02 +00:00
parent 3bff4373e6
commit 631784322b

View File

@ -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>