2009-06-14 04:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
+ utils/hbmk2/examples/minigui.hbc
+ Added project config for HMG Extended.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-06-14 04:51 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
+ utils/hbmk2/examples/minigui.hbc
|
||||
+ Added project config for HMG Extended.
|
||||
|
||||
2009-06-14 04:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/examples/oohg.hbc
|
||||
* Updated after testing it.
|
||||
|
||||
24
harbour/utils/hbmk2/examples/minigui.hbc
Normal file
24
harbour/utils/hbmk2/examples/minigui.hbc
Normal file
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# $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 harbour/lib
|
||||
|
||||
{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 hbwin
|
||||
# system
|
||||
{win}libs=vfw32
|
||||
Reference in New Issue
Block a user