On Sat, Feb 28, 2009 at 2:31 AM, Pritpal Bedi <[email protected]> wrote:
> New "make" system has turned out to be
> sheer joy for developers and a master-piece
> in Harbour's jewellery.
> ...
> Viktor, you have accomplished a mission impossible!
>
> Please accept my deep appreciation for it.
+1
I've never "seen" the non gnu make system since before sync I run:
...
find . -name ".svn" -exec rm -rf '{}' \; &>/dev/null
find . -name "*.bat" -exec rm -rf '{}' \;
find . -name "*.mak" -exec rm -rf '{}' \;
find . -name "*.cmd" -exec rm -rf '{}' \;
find . -name "make_gcc.sh" -exec rm -rf '{}' \;
find . -name "*.mdb" -exec rm -rf '{}' \;
find . -name "*.dbf" -exec rm -rf '{}' \;
...
but I think that a cleaner Win build system is a big step for Harbour.
best regards,
Lorenzo
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour