mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-07 22:25:24 +00:00
moved PDB files to system/ : 1) no longer clutters up data/ dir 2) they are found anyway since EXE stores absolute path to its PDB 3) allows conflict-free update of data/
+manual build :) This was SVN commit r2810.
This commit is contained in:
@@ -2,9 +2,9 @@ dofile("../functions.lua")
|
||||
|
||||
-- Set up the Project
|
||||
project.name = "pyrogenesis"
|
||||
project.bindir = "../../../binaries/system"
|
||||
project.libdir = "../../../binaries/system"
|
||||
project.debugdir = "../../../binaries/data"
|
||||
project.bindir = "../../../binaries/system"
|
||||
project.libdir = "../../../binaries/system"
|
||||
project.debugdir = "../../../binaries/system"
|
||||
project.configs = { "Debug", "Release", "Testing" }
|
||||
|
||||
if (OS == "windows") then
|
||||
|
||||
Reference in New Issue
Block a user