* utils/hbmk2/examples/contrib.hbc
* utils/hbmk2/hbmk2.prg
* config/detfun.mk
* config/detect.mk
* INSTALL
* Terminology cleanup: "external code" -> "3rd party code"
- bin/hbxpatch.hbs
+ bin/hb3rdpat.hbs
* config/postinst.hbs
* package/harbour.spec
* Renamed hbxpatch.hbs to hb3rdpat.hbs to reflect terminology
cleanup ("external code" -> "3rd party code")
* utils/hbmk2/examples/contrib.hbc
* utils/hbmk2/examples/contribf.hbc
* utils/hbmk2/examples/oohg.hbc
* Using .hbc files.
* contrib/hbssl/ssl.c
+ SSL_GET_READ_AHEAD() function enabled. Made it a dummy
for bcc, where it for some reason creates unresolved
external when referencing the corresponding openssl API.
22 lines
312 B
Plaintext
22 lines
312 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# Copy this file to oohg root dir and include it in hbmk2
|
|
# command line to build an app:
|
|
# > hbmk2 test.prg C:\oohg\oohg.hbc
|
|
|
|
{win}incpaths=include
|
|
{win}libpaths=lib
|
|
|
|
{win}gt=gtgui
|
|
|
|
# core
|
|
{win}libs=oohg hbprinter miniprint
|
|
|
|
# core (binary only)
|
|
{bcc}hbcs=hbcomm
|
|
|
|
# Harbour contribs
|
|
{win}hbcs=hbwin
|