Kaydet (Commit) 63178432 authored tarafından Christian Heimes's avatar Christian Heimes

Fixed an error in my last commit. The dll files are in the bin directory, not in the lib directory.

üst 3bff4373
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
/> />
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)" CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/> />
</Configuration> </Configuration>
<Configuration <Configuration
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
/> />
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)" CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/> />
</Configuration> </Configuration>
<Configuration <Configuration
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
/> />
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)" CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/> />
</Configuration> </Configuration>
<Configuration <Configuration
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
/> />
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)" CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/> />
</Configuration> </Configuration>
<Configuration <Configuration
...@@ -395,7 +395,7 @@ ...@@ -395,7 +395,7 @@
/> />
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)" CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/> />
</Configuration> </Configuration>
<Configuration <Configuration
...@@ -472,7 +472,7 @@ ...@@ -472,7 +472,7 @@
/> />
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)" CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/> />
</Configuration> </Configuration>
<Configuration <Configuration
...@@ -548,7 +548,7 @@ ...@@ -548,7 +548,7 @@
/> />
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)" CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/> />
</Configuration> </Configuration>
<Configuration <Configuration
...@@ -625,7 +625,7 @@ ...@@ -625,7 +625,7 @@
/> />
<Tool <Tool
Name="VCPostBuildEventTool" Name="VCPostBuildEventTool"
CommandLine="copy $(tcltkDir)\lib\*.dll $(OutDir)" CommandLine="copy $(tcltkDir)\bin\*.dll $(OutDir)"
/> />
</Configuration> </Configuration>
</Configurations> </Configurations>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment