go64.bat to build Harbour for 64 bits

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42404
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 12 times
Been thanked: 48 times
Contact:

go64.bat to build Harbour for 64 bits

Post by Antonio Linares »

Using the new 2015, Visual Studio Community edition:

go64.bat

Code: Select all | Expand

call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
set HB_BUILD_MODE=c
win-make.exe
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply