mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 10:20:34 +00:00
Fix Windows build and premake
This commit is contained in:
parent
8a4fa58cd4
commit
36e2bc95d3
7 changed files with 20 additions and 12 deletions
|
@ -90,7 +90,8 @@ workspace "re3"
|
|||
}
|
||||
debugdir (gamepath)
|
||||
if (exepath) then
|
||||
debugcommand (gamepath .. exepath)
|
||||
-- Used VS variable $(TargetFileName) because it doesn't accept premake tokens. Does debugcommand even work outside VS??
|
||||
debugcommand (gamepath .. "$(TargetFileName)")
|
||||
dir, file = exepath:match'(.*/)(.*)'
|
||||
debugdir (gamepath .. (dir or ""))
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue