From 95e8413c1ce2cd12b6f6ac4ac8a29891bad4e9e7 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Mon, 11 Feb 2002 04:29:58 +0000 Subject: [PATCH] Some minor fixes --- harbour/contrib/hgf/win32/make_b32.bat | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/harbour/contrib/hgf/win32/make_b32.bat b/harbour/contrib/hgf/win32/make_b32.bat index 247f7a893a..5000a8bae8 100644 --- a/harbour/contrib/hgf/win32/make_b32.bat +++ b/harbour/contrib/hgf/win32/make_b32.bat @@ -24,10 +24,13 @@ if "%1" == "CLEAN" goto CLEAN :CLEAN if exist ..\..\..\lib\b32\hgfwin32.lib del ..\..\..\lib\b32\hgfwin32.lib if exist ..\..\..\lib\b32\hgfwin32.bak del ..\..\..\lib\b32\hgfwin32.bak - if exist ..\..\..\obj\b32\win321.obj del ..\..\..\obj\b32\win32.obj - if exist ..\..\..\obj\b32\tform.obj del ..\..\..\obj\b32\tform.obj - if exist ..\..\..\obj\b32\tmenu.obj del ..\..\..\obj\b32\tmenu.obj - if exist ..\..\..\obj\b32\tmenuitm.obj del ..\..\..\obj\b32\tmenuitm.obj + if exist ..\..\..\obj\b32\win32.obj del ..\..\..\obj\b32\win32.obj + if exist ..\..\..\obj\b32\button.obj del ..\..\..\obj\b32\button.obj + if exist ..\..\..\obj\b32\edit.obj del ..\..\..\obj\b32\edit.obj + if exist ..\..\..\obj\b32\form.obj del ..\..\..\obj\b32\form.obj + if exist ..\..\..\obj\b32\menu.obj del ..\..\..\obj\b32\menu.obj + if exist ..\..\..\obj\b32\menuitm.obj del ..\..\..\obj\b32\menuitm.obj + if exist ..\..\..\obj\b32\winctrl.obj del ..\..\..\obj\b32\winctrl.obj goto EXIT