From 48298c110b2305996bb1dd937d6ef80f55c7a84a Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Sat, 7 Aug 1999 08:20:24 +0000 Subject: [PATCH] Updating makefile.b32 --- harbour/ChangeLog | 4 ++++ harbour/makefile.b32 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a7efdbf707..b761d48f11 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +199908.07-12:03 GMT+3 Alexander Kresin + * makefile.b32 + * added 'source\debug' to .prg path for build32.bat to work + 19990807-9:38 GMT+1 Antonio Linares * tests/working/hb32.bat * Second supplied parameter is a compiler flag diff --git a/harbour/makefile.b32 b/harbour/makefile.b32 index 923139f81d..f680b0681c 100644 --- a/harbour/makefile.b32 +++ b/harbour/makefile.b32 @@ -8,7 +8,7 @@ .path.exe = bin .path.lib = libs\b32 .path.obj = obj;source\compiler -.path.prg = source\rtl;source\tools +.path.prg = source\rtl;source\tools;source\debug PROJECT: harbour.exe harbour.lib libs\b32\terminal.lib libs\win32\terminal.lib