-----Messaggio Originale----- Da: "Ron Pinkas" <[EMAIL PROTECTED]> A: "Enrico Maria Giordano" <[EMAIL PROTECTED]> Cc: "Xharbour-Developers" <[email protected]> Data invio: mercoledì 28 maggio 2008 15.27 Oggetto: Re: [xHarbour-developers] Proposal regarding makefiles (2nd try)
> Enrico, > > I believe its the opposite, meaning the LAST specified flag overrides any > previous flag, at least that's the case with MSVC. Sorry, I pasted the wrong sample. The correct one is: Can I replace HARBOURFLAGS =$(HARBOURFLAGS) -po$(OBJ_DIR)\ -i$(INCLUDE_DIR) -q0 -w2 -es2 -gc2 with HARBOURFLAGS =-po$(OBJ_DIR)\ -i$(INCLUDE_DIR) -q0 -w2 -es2 -gc2 $(HARBOURFLAGS) so I can override -w2 with -w using my own 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

