mirror of
https://github.com/halpz/re3.git
synced 2025-06-26 20:46:21 +00:00
librw compilation in prebuild event of reIII
This commit is contained in:
@ -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" }
|
||||
|
Reference in New Issue
Block a user