Enrico, I believe its the opposite, meaning the LAST specified flag overrides any previous flag, at least that's the case with MSVC.
Ron On May 28, 2008, at 1:53 AM, Enrico Maria Giordano wrote: > What do you think about replacing > > HARBOURFLAGS > =$(HARBOURFLAGS) -po$(OBJ_DIR)\ -i$(INCLUDE_DIR) -q0 -w -es2 -gc2 > > with > > HARBOURFLAGS =-po$(OBJ_DIR)\ -i$(INCLUDE_DIR) -q0 -w -es2 -gc2 > $(HARBOURFLAGS) > > so we can override (if I'm not wrong) compiler switches from the > compile > batch? > > Let me know. > > EMG > > -- > EMAG Software Homepage: http://www.emagsoftware.it > The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum > The Best of Spectrum Games: http://www.emagsoftware.it/tbosg > The EMG Music page: http://www.emagsoftware.it/emgmusic > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > xHarbour-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xharbour-developers > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

