Autogenerating the break_virtual symbol

This commit is contained in:
Bahadir Balban
2009-09-16 18:04:09 +03:00
parent ee44a2007a
commit 1925cd5704
4 changed files with 78 additions and 14 deletions

View File

@@ -10,7 +10,6 @@ from os.path import join
Import('env')
src = Glob('*.[cS]')
objs = env.Object(src)
Return('objs')