1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 08:12:53 +01:00

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

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>