Correct me if made error
Path is set by Msvcdir
As for configuring MSVS itself I use the 'vsdir.bat'
(or whatever else named) file which is created by the
MSVS installer.
Set platform is need for sdk because msvc9 is not sufficient for
using with harbour
Yes, I forgot the SDK in 'set INCLUDE', it only
need for a few contribs, not for core Harbour.
what setting do you use for BCC & MINIGW?
BCC:
I use different settings for development and live,
but all of them are optional. You only need to
setup BCC55 (or 58) and run make_b32.bat.
rem development:
set C_USR=-DUNICODE -v -y
set HB_BUILD_VERBOSE=yes
rem live:
set C_USR=-6 -OS -Ov -Oi -Oc -Q -tWM -DHB_FM_STATISTICS_OFF -
DHB_NO_DEBUG -DHB_NO_TRACE
set PRG_USR=-l
set HB_BUILD_VERBOSE=yes
MINGW:
rem live:
set C_USR=-march=pentiumpro -O4 -fomit-frame-pointer -ffast-math
set PRG_USR=-l
set L_USR=-s
MINGW+GNU make only works for me if I delete (or rename) C:\msys
\1.0\bin\sh.exe
Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour