2008-10-09 10:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* bin/bld.bat
* bin/bld_os2.cmd
+ CLEANUP section now tries to clean object files and
Borland .tds files, too.
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2008-10-09 10:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* bin/bld.bat
|
||||
* bin/bld_os2.cmd
|
||||
+ CLEANUP section now tries to clean object files and
|
||||
Borland .tds files, too.
|
||||
|
||||
2008-10-09 09:57 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* include/hbextern.ch
|
||||
+ Added missing HB_DISABLEWAITLOCKS().
|
||||
|
||||
@@ -214,5 +214,9 @@ if not "%HB_ARCHITECTURE%" == "w32" goto A_OS2
|
||||
:CLEANUP
|
||||
|
||||
del %1.c
|
||||
if exist %1.o del %1.o
|
||||
if exist %1.obj del %1.obj
|
||||
rem Borland stuff
|
||||
if exist %1.tds del %1.tds
|
||||
|
||||
:END
|
||||
|
||||
@@ -78,5 +78,6 @@ if not "%HB_MT%" == "MT" set _HBVM_LIB=hbvm
|
||||
:CLEANUP
|
||||
|
||||
del %1.c
|
||||
if exist %1.o del %1.o
|
||||
|
||||
:END
|
||||
|
||||
Reference in New Issue
Block a user