Merge pull request #1150 from mzmiric5/develop

make libs pre-build step relative to project
This commit is contained in:
Ted John 2015-05-25 23:21:04 +01:00
commit 4bb39fcc9c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
<AdditionalDependencies>libcurl.lib;Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Lib>
<PreBuildEvent>
<Command>$(SolutionDir)..\VSgetLibs.bat</Command>
<Command>$(ProjectDir)..\..\VSgetLibs.bat</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>