- utils/hbextern
+ examples/hbextern
- examples/hbextern/make_c5x.bat
* examples/hbextern/hbextern.prg
+ examples/hbextern/hbextern.hbp
- examples/hbextern/Makefile
* hbextern tool moved to examples.
- Deleted Clipper build batch file.
+ Added hbmk2 build file.
* utils/hbmk2/examples/minigui.hbc
+ Added xhb compatbility (untested).
* contrib/Makefile
+ Enabled hbxbp lib to be built by default.
28 lines
505 B
Plaintext
28 lines
505 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# Copy this file to 'hmg extended' root dir and include it
|
|
# in hbmk2 command line to build an app:
|
|
# > hbmk2 test.prg C:\minihui\minigui.hbc
|
|
|
|
{win}incpaths=include
|
|
{win}libpaths=lib
|
|
{win&!xhb}libpaths=harbour/lib
|
|
{win&xhb}libpaths=xLib
|
|
|
|
{win}gt=gtgui
|
|
gui=yes
|
|
|
|
# core
|
|
{win}libs=minigui
|
|
# core #2
|
|
{bcc}libs=cputype propgrid propsheet tsbrowse WinReport
|
|
# core (binary)
|
|
{bcc}libs=dll hbprinter miniprint TMsAgent
|
|
# Harbour contribs
|
|
{win}libs=hbmzip
|
|
{win&!xhb}libs=hbwin
|
|
# system
|
|
{win}libs=vfw32
|