Merge pull request #466 from ThirteenAG/master

librw compilation in prebuild event of reIII
This commit is contained in:
Sergeanur
2020-04-18 13:11:53 +03:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

2
librw

Submodule librw updated: 4893889621...bc9cb506ec

View File

@ -101,6 +101,8 @@ project "re3"
targetextension ".exe"
characterset ("MBCS")
linkoptions "/SAFESEH:NO"
prebuildcommands { "cd \"../librw\" && premake5 " .. _ACTION .. " && msbuild \"build/librw.sln\" /property:Configuration=%{cfg.longname} /property:Platform=\"win-x86-d3d9\"" }
filter "configurations:Debug"
defines { "DEBUG", "LIBRW", "RW_D3D9" }