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