J. Lefebvre wrote:

PS:Just a question ? Is there any 'plus' using MinGW make in place of Microsoft 
one nMake ?

Well I thought there was a plus. I did not know how to get nmake to infer the rules the way I like, so :

easipos_objs = \
$(OBJ_DIR)/ecr.obj \
$(OBJ_DIR)/ecrapp.obj

easipos.exe : $(easipos_objs)

knows to go and look for ecr.prg and ecrapp.prg without explicitly declaring rules for each prg file, but I could get the GNU make to do this.

But recently I found out how to do this with nmake as well (for the HWGUI makefile) so really now there is little difference for my purposes IMO. The GNU make documentation is far superior.

Regards
Alex

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to