From d77d9e8346a8ae757ea2a440bc035b76d67d3058 Mon Sep 17 00:00:00 2001 From: janwas Date: Thu, 29 Sep 2005 17:47:55 +0000 Subject: [PATCH] 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. --- build/premake/premake.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/premake/premake.lua b/build/premake/premake.lua index 7f18951315..0955cb7bb5 100755 --- a/build/premake/premake.lua +++ b/build/premake/premake.lua @@ -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