Viktor,
> Maybe I'm overseeing something, but this looks consistent to me
> with .exe binaries.
Just tested with unmodified make_b32.bat (rev 8095) and:
make_b32 <-- create exe in bin\b32
make_b32 install <-- copy exe to bin\
make_b32 clean <-- delete exe
Hi Chen,
Also, "make_b32 clean" does delete the dll from the
bin/b32/ directory but does not delete it from bin/
(it is copied there by make_b32 install)
Maybe I'm overseeing something, but this looks consistent to me
with .exe binaries.
clean does not remove auto-generated include/hbverbld.
On Wed, 30 Jul 2008, I wrote:
http://lists.harbour-project.org/pipermail/harbour/2008-July/009354.html
,-
| I just tryed to build harbour dll with Borland C++Builder 5.0 (win32)
| and CodeGuard for the first time, I set the following:
|
| set HB_BUILD_DLL=yes
| set CFLAGS=-v -y -vG -Od
|
| and run