Commit 6cf608d5a22ebb4b44521489cedda89d5005c0e1
1 parent
b5c36b95
update the scons files with last sources
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
anubis_dev/compiler/SConstruct
| ... | ... | @@ -77,7 +77,7 @@ main_src = [os.path.join('build', x) for x in Split(""" |
| 77 | 77 | unify.c show.c msgtexts.c typedef.c rectype.c typewidth.c implem.c |
| 78 | 78 | determin.c unknowns.c eqcode.c typecmp.c dumpct.c typetools.c destruct.c |
| 79 | 79 | compile.c delcode.c symcode.c vminstr.c rwcode.c index.c |
| 80 | - checkexpr.c polish.c grammar_tools.c nat.c optimize.c | |
| 80 | + checkexpr.c visibility.c grammar_tools.c nat.c optimize.c | |
| 81 | 81 | describe.c module_type.c |
| 82 | 82 | """)] |
| 83 | 83 | ... | ... |