From 63b6df1ff4b92732eb0de5c08e06ece89084d36e Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 21 Jan 2009 16:15:20 +0000 Subject: [PATCH] use ArgEnvWindows and Directory in Libraries, disable profiling, write errors to stdout --- BatchBuild.prj | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/BatchBuild.prj b/BatchBuild.prj index 8f28483..03ab402 100644 --- a/BatchBuild.prj +++ b/BatchBuild.prj @@ -6,7 +6,6 @@ Global CodeGen CheckStacks: False CheckIndexes: True - TargetProcessor: CurrentProcessor Application HeapSize: 4194304 StackSize: 102400 @@ -21,13 +20,13 @@ Global Profile Memory: False MemoryMinimumHeapSize: 0 - Time: True - Stack: True + Time: False + Stack: False Output Output: NoConsole Font: Courier FontSize: 9 - WriteStdErr: True + WriteStdErr: False Link LinkMethod: Static GenerateRelocations: False @@ -44,8 +43,8 @@ Global Path: {Project}\Win Path: {Project}\Interfaces\LinkerInterface Path: {Project}\Win\PatchConsoleEvents - Path: {Project}\Win\ArgEnvWindows - Path: {Project}\Win\Directory + Path: {Application}\Libraries\ArgEnvWindows + Path: {Application}\Libraries\Directory Precompile: Postlink: MainModule -- GitLab