Last change
on this file was
15966,
checked in by westram, 8 years ago
|
- reintegrates 'group' into 'trunk'
- implements #652 (group search)
- adds: log:branches/group@15733:15740,15743:15748,15750:15752,15754,15756,15758:15777,15781:15793,15796,15798:15806,15808:15817,15819:15965
|
File size:
918 bytes
|
Line | |
---|
1 | |
---|
2 | Howto add a new library (in a new SUBDIR): |
---|
3 | |
---|
4 | - create new subdir and copy a recent Makefile into there e.g. use ./REFENTRIES/Makefile |
---|
5 | - add a dependency vs 'links' or 'links_non_perl' in ../Makefile@ADD_links_non_perl |
---|
6 | - add it to the ARCHS_... definitions used for linking in ../Makefile@Individual_Programs_Section |
---|
7 | - add all externally visible headers in ../SOURCE_TOOLS/generate_all_links.sh@ALIVIEW |
---|
8 | |
---|
9 | - add a stub for (nonexisting) unit tests in ../Makefile@UNITS_WORKING |
---|
10 | or |
---|
11 | activate existing unit tests in ../Makefile@UNITS_TESTED |
---|
12 | + create unittest-linkfile e.g. use ./CB/needs_libs |
---|
13 | |
---|
14 | - call once: |
---|
15 | SOURCE_TOOLS/svn_apply_ignores.pl --apply |
---|
16 | |
---|
17 | Important: Before committing the change, run a full rebuild! |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.