Hi Ranier, On 2009.09.04., at 10:37, Ranier Vilela wrote:
Hi Viktor, First of all, thanks for your great work!! I´m really impressed. Today I´ve been recompiled all harbour-cvs and was simple. Batch used: ECHO OFF SET HB_USER_PRGFLAGS=-l -gc0
You can drop -l as it's the default. You can also drop -gc0 unless you _do_ mean to force -gc0 on hbrtl and hbrdd, where -gc3 is the default for speed.
SET HB_USER_CFLAGS=-Wall -O2xtyb1 -Gy -GS- -GR- -DNDEBUG - DHB_FM_STATISTICS_OFF -D_CRT_SECURE_NO_DEPRECATE - D_SCL_SECURE_NO_DEPRECATE
I'd recommend not using above settings. Some of them are defaults (HB_FM_STATISTICS_OFF), some others may collide with Harbour defined switches. You may keep these two: -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE if you're bothered by the two extra warnings this will suppress (but I think only the first will make any difference in Harbour).
SET HB_VM_ALL=yes
Default and non-official setting, so not needed.
SET HB_BUILD_OPTIM=yes
Default, not needed.
SET HB_BUILD_DLL=no call mingw32-make > log.txt 2>&1
Ok. Brgds, Viktor _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour