1
0
forked from 0ad/0ad

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:
janwas 2005-09-29 17:47:55 +00:00
parent d98abf0685
commit d77d9e8346

View File

@ -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