mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 20:00:35 +00:00
Fixes and style changes from miami
This commit is contained in:
parent
4c305fd48b
commit
a6aa782d6d
18 changed files with 861 additions and 248 deletions
|
@ -330,14 +330,12 @@ project "re3"
|
|||
links { "rw" }
|
||||
|
||||
filter "platforms:*d3d9*"
|
||||
defines { "USE_D3D9" }
|
||||
links { "d3d9" }
|
||||
|
||||
filter "platforms:*x86*d3d*"
|
||||
includedirs { "sdk/dx8sdk/include" }
|
||||
libdirs { "sdk/dx8sdk/lib" }
|
||||
|
||||
filter "platforms:*amd64*d3d9*"
|
||||
defines { "USE_D3D9" }
|
||||
|
||||
filter "platforms:win-x86*gl3_glfw*"
|
||||
libdirs { path.join(_OPTIONS["glewdir"], "lib/Release/Win32") }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue