2009-07-15 17:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.cf * config/darwin/global.cf * config/hpux/global.cf * config/dos/global.cf * config/win/global.cf * config/linux/global.cf * config/os2/global.cf * config/sunos/global.cf * config/bsd/global.cf * config/wce/global.cf * 'OBJ_DIR := $(ARCH_COMP)' moved to central global.cf. (equivalent modification)Maybe I do not understand what exactly you changed but if you put all OBJ files into one directory then you will reactivate old problem we had with non GNU make system which forced to keep unique file names between independent libraries.
(I'm not that stupid.) No, what I did is moved all <arch>/<comp> dirs to obj/<arch>/<comp>. See 20070715 17:34. This way it's easy to filter out these dirs from various operations like grep, or filter in for a global 'clean' script for example. One workdir inside each source dir is also much less distracting than one for each platform. Brgds, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
