* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
15 lines
233 B
Plaintext
15 lines
233 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
|
|
description=Harbour library project template
|
|
|
|
incpaths=.
|
|
headers=${hb_name}.ch
|
|
libpaths=lib/${hb_plat}/${hb_comp}
|
|
|
|
libs=${hb_name}
|
|
|
|
# NOTE: Adapt and uncomment, if the library has a 3rd party lib dependency
|
|
# libs=lib3rd
|