* src/vm/extend.c
* include/hbapi.h
+ Added hb_retclen_const() to return constant byte arrays.
* contrib/hbqt/hbmk2_plugin_qt.prg
* contrib/hbide/hbide.prg
+ Implemented pure Harbour .c QT resource support.
Commented, waiting for HBQT API to load resources
from byte stream.
This method will create a pure .c source files
from binary QT resource, so it doesn't require
QT headers to be present.
* contrib/hbqt/hbmk2_plugin_qt.prg
* contrib/hbide/idemisc.prg
* contrib/hbide/ideskeletons.prg
* Changed 'ui' prefix to 'hbqtui_' for compiled .ui
file entry function names.
* utils/hbmk2/hbmk2.prg
+ Added hbmk2_FNameToSymbol() plugin function to convert
filename to Harbour symbol name.
* contrib/hbide/hbide.env
- Deleted QT setup from compilers where QT is not supported.
32 lines
981 B
Bash
32 lines
981 B
Bash
[ COMMON ]
|
|
|
|
[ 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%
|
|
|
|
[ 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
|
|
|
|
[ BCC 5.5.1 Command Line Tools ]
|
|
{content} set PATH=C:\Borland\BCC55\Bin;%PATH%
|
|
|
|
[ Pelles C ]
|
|
{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%
|
|
|
|
[ 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
|