14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
|
|
description=Harbour library project template
|
|
|
|
incpaths=.
|
|
# NOTE: Uncomment if you store headers in this alternate subdirectory
|
|
# incpaths=include
|
|
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
|