Thank you Viktor.

Best Regards,

Kleyber Derick
  ----- Original Message ----- 
  From: Viktor Szakáts 
  To: Harbour Project Main Developer List. 
  Sent: Monday, March 02, 2009 10:38 AM
  Subject: Re: [Harbour] Script


  Hi Kleyber,


  This is all you need:

  ---

  call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"

  set PATH=C:\devl\make-3.81;%PATH%
  set HB_COMPILER=msvc
  set HB_INSTALL_PREFIX=C:\harbour
  call make_gnu.bat clean install
  ---



  You can extend, modify it with stuff detailed in INSTALL if needed.

  Above example assumes you have GNU make in C:\devl\make-3.81, 
  but you can simply put mingw32-make.exe anywhere in the PATH.


  [ I'd like to kindly ask other posters to not make it any more complicated, 
  than it really is. If you need more than 3-4 lines for Harbour setup you're 
  most probably on the wrong path. Too many misinformation is posted to 
  the list, too many times. ]


  Brgds,
  Viktor




------------------------------------------------------------------------------


  _______________________________________________
  Harbour mailing list
  Harbour@harbour-project.org
  http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to