* contrib/Makefile
+ contrib/xpp
+ contrib/xpp/Makefile
+ contrib/xpp/xpp.ch
+ Added startup of an Xbase++ dialect lib (similar to xhb).
The idea is that these will hold all Xbase++ specific functions
with an xpp_*() prefix, and they will eventually be moved
inside the core into source/dialect/xpp lib, so that dialect
selection can be better integrated into Harbour compiler tools.
Currently it holds one header only.
+ utils/hbmk2/examples/oohg.hbc
+ Added oohg hbmk2 config file. (untested)
* utils/hbmk2/examples/fwh.hbc
* utils/hbmk2/examples/hmg.hbc
* utils/hbmk2/examples/hwgui.hbc
% Minor simplification.
17 lines
274 B
Plaintext
17 lines
274 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
# Copy this file to FWH root dir and include it in hbmk2
|
|
# command line to build an app:
|
|
# > hbmk2 test.prg C:\fwh\fwh.hbc
|
|
|
|
{win}incpaths=include
|
|
{win}libpaths=lib
|
|
|
|
{win}gt=gtgui
|
|
|
|
{win}libs=fiveh fivehc
|
|
{win}libs=nddeapi iphlpapi rasapi32 odbc32
|
|
{win}libs=hbwin
|