Skip to content

Commit

Permalink
SporeModLoader: use CALL to build 3rdParty dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Oct 13, 2023
1 parent 2c0661c commit 0ed1ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SporeModLoader/SporeModLoader.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@
</Link>
<PreBuildEvent>
<Command>if NOT EXIST "$(MSBuildProjectDirectory)\..\3rdParty\Detours\lib.X86\detours.lib" (
"$(MSBuildProjectDirectory)\..\3rdParty\BuildDetours.bat"
CALL "$(MSBuildProjectDirectory)\..\3rdParty\BuildDetours.bat"
)

if NOT EXIST "$(MSBuildProjectDirectory)\..\3rdParty\Spore-ModAPI\dll\Release\SporeModAPI.dll" (
"$(MSBuildProjectDirectory)\..\3rdParty\BuildSporeModAPI.bat"
CALL "$(MSBuildProjectDirectory)\..\3rdParty\BuildSporeModAPI.bat"
)</Command>
</PreBuildEvent>
<PostBuildEvent>
Expand Down

0 comments on commit 0ed1ce6

Please sign in to comment.