2012-09-14 15:43 UTC+0200 Viktor Szakats (harbour syenar.net)

* INSTALL
    ! correction to prev for x64 mode on 64-bit OS
This commit is contained in:
Viktor Szakats
2012-09-14 13:44:43 +00:00
parent bf8305fe00
commit 7737ccef4e
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-09-14 15:43 UTC+0200 Viktor Szakats (harbour syenar.net)
* INSTALL
! correction to prev for x64 mode on 64-bit OS
2012-09-14 09:54 UTC+0200 Viktor Szakats (harbour syenar.net)
* config/global.mk
* include/hbsetup.h

View File

@@ -1116,7 +1116,7 @@ HARBOUR
---
--- MSVC 2012 for Windows x86-64 (requires preceding build for native target)
call "%ProgramFiles(x86)%\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" amd64
call "%ProgramFiles(x86)%\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86_amd64
win-make
---