6 lines
104 B
Text
6 lines
104 B
Text
Import('env')
|
|
|
|
env.add_source_files(env.tool_sources,"*.cpp")
|
|
env.Append(LIBS=["iconv"])
|
|
|
|
Export('env')
|