Hi Maurilio,

Hi Viktor,

a make clean, on OS/2 with GCC, does not remove .dll files nor their import libraries. Looking at globsh.mk I don't see any reference to .dll, while it
deletes .exp (??), .tds (watcom compiler?) or .def files explicitly.

.exp/.tds/.def is fine, on GNU Make level
shell support is generic and I don't think
it's a good idea to delete a few lines to
optimize it, it doesn't hurt, but this way
it's complete and feature-equal with other
shells.

Any idea? Do I have to add .dll explicitly? And what about .a import libraries.

Well, deletion was indeed missing, I just double checked.
Pls find attached fixed globsh.mk.

As for implib, I don't know, you'll have to find a way to
generate them from create rules in os2/gcc.mk. Either as
some sort of extra command/switch in current logic or an
extra command altogether. Target implib name is in $(IMP_FILE).

Brgds,
Viktor

Attachment: globsh.mk
Description: Binary data



_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to