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