You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# This script uses libA to do some internal logic. It uses the default
|
|
# behavior so it will be re-archived every time libA changes, even if
|
|
# changes in libA are only visible at runtime.
|
|
bld.stlib(
|
|
target='B',
|
|
source='sum.c',
|
|
use='A',
|
|
includes='.',
|
|
export_includes='.')
|