mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-05 07:56:59 +01:00
Cleaned up extended use example
This commit is contained in:
parent
c26f8c12c2
commit
6e44206a67
@ -7,7 +7,6 @@ INCLUDES = [
|
||||
def build(bld):
|
||||
|
||||
bld.shlib(
|
||||
#features='selective_install',
|
||||
target='lib',
|
||||
source='lib.c',
|
||||
includes=INCLUDES,
|
||||
|
@ -7,10 +7,8 @@ INCLUDES = [
|
||||
]
|
||||
|
||||
def build(bld):
|
||||
|
||||
|
||||
bld.shlib(
|
||||
#features='selective_install',
|
||||
target='libex',
|
||||
source='libex.c',
|
||||
includes=INCLUDES,
|
||||
|
Loading…
Reference in New Issue
Block a user