User Tools

Site Tools


scons

This is an old revision of the document!


정적라이브러리

StaticLibrary(’foo’, [’f1.c, ’f2.c, ’f3.c])

동적라이브러리

SharedLibrary(’foo’, [’f1.c, ’f2.c, ’f3.c])

라이브러리와 링크

Library(’foo’, [’f1.c, ’f2.c, ’f3.c])
Program(’prog.c, LIBS=[’foo’, ’bar’], LIBPATH=’.’)
scons.1249991709.txt.gz · Last modified: 2013/08/03 05:04 (external edit)