diff options
author | Brian <runningnak3d@gmail.com> | 2010-07-23 11:45:40 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-07-23 11:45:40 -0600 |
commit | f67689feb44aa3eff3a0824bc597a9d0dd048e3e (patch) | |
tree | 9d011d942b60cec66c9b38b99418231e880d5d5a | |
parent | 79e1918e4db29d6c201e8c7d532149ed3d86b012 (diff) |
* Hopefully fix Windows post compile lib copy problem
* Please test and leave feedback
--HG--
branch : trunk
-rw-r--r-- | win/VC90/worldserver.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/VC90/worldserver.vcproj b/win/VC90/worldserver.vcproj index 57e113fa838..6b686c81e08 100644 --- a/win/VC90/worldserver.vcproj +++ b/win/VC90/worldserver.vcproj @@ -117,7 +117,7 @@ /> <Tool Name="VCPostBuildEventTool" - CommandLine="copy ..\..\externals\ace\bin\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\externals\mysql\bin\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\src\server\worldserver\worldserver.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\README.* ..\..\bin\$(PlatformName)_$(ConfigurationName)
" + CommandLine="copy ..\..\externals\ace\bin\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\externals\mysql\bin\$(PlatformName)_$(ConfigurationName)\*.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\externals\lib\$(PlatformName)_$(ConfigurationName)\ssleay32.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\externals\lib\$(PlatformName)_$(ConfigurationName)\libeay32.dll ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\src\server\worldserver\worldserver.conf.dist ..\..\bin\$(PlatformName)_$(ConfigurationName)
copy ..\..\README.* ..\..\bin\$(PlatformName)_$(ConfigurationName)" /> </Configuration> <Configuration |