From 73ffcbb34e6ff01aa1e964a8bb3012fd2bdad45c Mon Sep 17 00:00:00 2001 From: Ronny Wichers Schreur Date: Mon, 10 Jan 2005 04:08:45 +0000 Subject: [PATCH] - changed Environment to Everything - removed paths for ArgEnv and Directory --- WinHeapProfile.prj | 4 +--- WinIde.prj | 4 +--- WinTimeProfile.prj | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/WinHeapProfile.prj b/WinHeapProfile.prj index 370ace6..43fc060 100644 --- a/WinHeapProfile.prj +++ b/WinHeapProfile.prj @@ -1,7 +1,7 @@ Version: 1.4 Global Built: True - Target: Object IO + Target: Everything Exec: {Project}\ShowHeapProfile.exe CodeGen CheckStacks: False @@ -40,8 +40,6 @@ Global Path: {Project}\Win\PatchConsoleEvents Path: {Project}\Util Path: {Project}\Win - Path: {Application}\Libraries\ArgEnvWindows 1.0.3 - Path: {Application}\Libraries\Directory 1.1.2 Precompile: Postlink: MainModule diff --git a/WinIde.prj b/WinIde.prj index 269b0e4..ff41dec 100644 --- a/WinIde.prj +++ b/WinIde.prj @@ -1,7 +1,7 @@ Version: 1.4 Global Built: True - Target: Object IO + Target: Everything Exec: {Project}\CleanIDE.exe CodeGen CheckStacks: False @@ -46,8 +46,6 @@ Global Path: {Project}\Interfaces\ProverOptions Path: {Project}\Win\PatchConsoleEvents Path: {Project}\Registry - Path: {Application}\Libraries\ArgEnvWindows 1.0.3 - Path: {Application}\Libraries\Directory 1.1.2 Precompile: Postlink: MainModule diff --git a/WinTimeProfile.prj b/WinTimeProfile.prj index 8fb306a..0ce0821 100644 --- a/WinTimeProfile.prj +++ b/WinTimeProfile.prj @@ -1,7 +1,7 @@ Version: 1.4 Global Built: True - Target: Object IO + Target: Everything Exec: {Project}\ShowTimeProfile.exe CodeGen CheckStacks: False @@ -40,8 +40,6 @@ Global Path: {Project}\Win\PatchConsoleEvents Path: {Project}\Util Path: {Project}\Win - Path: {Application}\Libraries\ArgEnvWindows 1.0.3 - Path: {Application}\Libraries\Directory 1.1.2 Precompile: Postlink: MainModule -- GitLab