* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
|
|
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
|