2010-06-29 13:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbide/hbide.env
! Fixed all entries. Synced with INSTALL and other required changes
to work with current Harbour. Deleted unnecessary forced platform,
compiler values, deleted unnecessary, wrong and misleading version
informations. Deleted left padding spaces from section headers.
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-06-29 13:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbide/hbide.env
|
||||
! Fixed all entries. Synced with INSTALL and other required changes
|
||||
to work with current Harbour. Deleted unnecessary forced platform,
|
||||
compiler values, deleted unnecessary, wrong and misleading version
|
||||
informations. Deleted left padding spaces from section headers.
|
||||
|
||||
2010-06-29 12:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ Separated package dependency by key header autodetection logic
|
||||
|
||||
@@ -1,46 +1,35 @@
|
||||
[ COMMON ]
|
||||
PLATFORM = win
|
||||
COMPILER = bcc
|
||||
[ COMMON ]
|
||||
|
||||
[ BCC55 5.5.1 Command Line Tools ]
|
||||
{hb_comp} bcc
|
||||
{content} set HB_COMPILER=bcc
|
||||
{content} set PATH=c:\harbour;c:\harbour\bcc\bin;C:\harbour\harbour\bcc\bin;
|
||||
[ MINGW - Windows ]
|
||||
{content} set HB_WITH_QT=C:\qt\2009.03\qt\include
|
||||
{content} set PATH=%HB_WITH_QT%\..\bin;%PATH%
|
||||
{content} set PATH=c:\mingw\bin;%PATH%
|
||||
|
||||
[ MINGW 4.4.2 Windows ]
|
||||
{hb_plat} win
|
||||
{hb_comp} mingw
|
||||
{content} set PATH=c:\mingw\bin;c:\qt\2009.03\qt\bin;
|
||||
{content} set PATH=c:\harbour;c:\harbour\harbour\mingw\bin;%path%
|
||||
{content} set HB_WITH_QT=c:\qt\2009.03\qt
|
||||
|
||||
[ MSVC 8.0 ]
|
||||
{hb_comp} msvc
|
||||
[ MSVS 9.0 ]
|
||||
{content} set HB_WITH_QT=C:\qt\2009.03\qt\include
|
||||
{content} set PATH=%HB_WITH_QT%\..\bin;%PATH%
|
||||
{content} call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86
|
||||
{content} set PATH=c:\harbour;%ProgramFiles%\Microsoft Visual Studio 9.0\VC\bin;%path%
|
||||
{content} set PATH=c:\harbour;;C:\harbour\harbour\msvc\bin;%path%
|
||||
{content} set HB_COMPILER=msvc
|
||||
{content} set HB_WITH_QT=c:\qt\2009.03\qt
|
||||
|
||||
[ Pelles C ]
|
||||
{hb_comp} pocc
|
||||
{content} set PATH=c:\harbour\pellesc\bin;
|
||||
{content} set INCLUDE=c:\harbour\pellesc\include;c:\harbour\pellesc\include\win;%INCLUDE%
|
||||
{content} set LIB=c:\harbour\pellesc\lib;c:\harbour\pellesc\lib\win;%LIB%
|
||||
{content} set PATH=c:\harbour;c:\harbour\harbour\pellesc\bin;%path%
|
||||
[ BCC 5.5.1 Command Line Tools ]
|
||||
{content} set HB_WITH_QT=C:\qt\2009.03\qt\include
|
||||
{content} set PATH=%HB_WITH_QT%\..\bin;%PATH%
|
||||
{content} set PATH=C:\Borland\BCC55\Bin;%PATH%
|
||||
|
||||
[ Watcom ]
|
||||
{hb_comp} owatcom
|
||||
{content} set PATH=C:\WATCOM\BINNT;
|
||||
{content} set PATH=C:\WATCOM\BINW;%PATH%
|
||||
{content} set INCLUDE=C:\WATCOM\H;%INCLUDE%
|
||||
{content} set INCLUDE=C:\WATCOM\H\NT;%INCLUDE%
|
||||
{content} set WATCOM=C:\WATCOM
|
||||
{content} set EDPATH=C:\WATCOM\EDDAT
|
||||
{content} set PATH=c:\harbour;c:\harbour\harbour\watcom\bin;%PATH%
|
||||
[ Pelles C ]
|
||||
{content} set HB_WITH_QT=C:\qt\2009.03\qt\include
|
||||
{content} set PATH=%HB_WITH_QT%\..\bin;%PATH%
|
||||
{content} set PATH=%ProgramFiles%\PellesC\Bin;%PATH%
|
||||
{content} set INCLUDE=%ProgramFiles%\PellesC\Include;%ProgramFiles%\PellesC\Include\Win;%INCLUDE%
|
||||
{content} set LIB=%ProgramFiles%\PellesC\Lib;%ProgramFiles%\PellesC\Lib\Win;%LIB%
|
||||
|
||||
[ MINGW 4.0.0 Linux - A Skeleton ]
|
||||
[ Watcom ]
|
||||
{content} SET WATCOM=C:\watcom
|
||||
{content} SET PATH=%WATCOM%\BINNT;%WATCOM%\BINW;%PATH%
|
||||
{content} SET EDPATH=%WATCOM%\EDDAT
|
||||
{content} SET INCLUDE=%WATCOM%\H;%WATCOM%\H\NT
|
||||
|
||||
[ MINGW - Linux - A Skeleton ]
|
||||
{hb_plat} win
|
||||
{hb_comp} mingw
|
||||
{content} shell command 1
|
||||
{content} shell command 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user