Added new SConscript-based build system; not yet done porting
This commit is contained in:
parent
ce74cf7939
commit
e9a7c0b83d
3 changed files with 98 additions and 0 deletions
9
examples/SConscript
Normal file
9
examples/SConscript
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Import('env')
|
||||
|
||||
example = env.Clone()
|
||||
example.Append(LIBS="hammer", LIBPATH="../src")
|
||||
|
||||
example.Program('dns', ['dns.c', 'rr.c', 'dns_common.c'])
|
||||
example.Program('base64', 'base64.c')
|
||||
example.Program('base64_sem1', 'base64_sem1.c')
|
||||
example.Program('base64_sem2', 'base64_sem2.c')
|
||||
Loading…
Add table
Add a link
Reference in a new issue