Skip to content
This repository has been archived by the owner. It is now read-only.

Linux build support #533

Merged
merged 3 commits into from May 11, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
Fix appveyor (hopefully)
  • Loading branch information
erorcun committed May 11, 2020
commit c4a154557bad4a610abfc3424d392cf2fd9c4cfa
@@ -170,7 +170,9 @@ project "re3"

libdirs { "milessdk/lib" }

setpaths("$(GTA_III_RE_DIR)/", "%(cfg.buildtarget.name)", "")
if(os.getenv("GTA_III_RE_DIR")) then
setpaths("$(GTA_III_RE_DIR)/", "%(cfg.buildtarget.name)", "")
end

filter "platforms:win*"
files { addSrcFiles("src/skel/win") }