mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 05:00:35 +00:00
Radar, WaterCannon, win/glfw skels
This commit is contained in:
parent
7bf2373fed
commit
b98864d134
12 changed files with 622 additions and 350 deletions
|
@ -332,14 +332,12 @@ project "reVC"
|
|||
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