1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

make libs pre-build step relative to project

This commit is contained in:
Miso Zmiric (Mike Squinter)
2015-05-25 23:13:01 +01:00
parent a85bdf2ba8
commit 858c098da2

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>