* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
13 lines
310 B
Plaintext
13 lines
310 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
|