go64.bat to build Harbour for 64 bits

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
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

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