mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 11:29:02 +00:00
librw compilation in prebuild event of reIII
This commit is contained in:
parent
8633556579
commit
a6825e1ae6
2 changed files with 3 additions and 1 deletions
2
librw
2
librw
|
@ -1 +1 @@
|
||||||
Subproject commit 4893889621621c077690d522e7e9a10249a65a85
|
Subproject commit bc9cb506ecd5abb869292860ed287c1b029b30cc
|
|
@ -102,6 +102,8 @@ project "re3"
|
||||||
characterset ("MBCS")
|
characterset ("MBCS")
|
||||||
linkoptions "/SAFESEH:NO"
|
linkoptions "/SAFESEH:NO"
|
||||||
|
|
||||||
|
prebuildcommands { "cd \"../librw\" && premake5 " .. _ACTION .. " && msbuild \"build/librw.sln\" /property:Configuration=%{cfg.longname} /property:Platform=\"win-x86-d3d9\"" }
|
||||||
|
|
||||||
filter "configurations:Debug"
|
filter "configurations:Debug"
|
||||||
defines { "DEBUG", "LIBRW", "RW_D3D9" }
|
defines { "DEBUG", "LIBRW", "RW_D3D9" }
|
||||||
staticruntime "off"
|
staticruntime "off"
|
||||||
|
|
Loading…
Reference in a new issue