Import('env')


ctfiles=['zytrax.cpp'];

env.Append(LINKFLAGS=["-Wl,--start-group"])
env.Append(LIBS=env.libs)
env.Program('zytrax', ctfiles);


