split symbols bits from drawing.c; new file src/symbols.c

This commit is contained in:
nhmall
2020-05-06 10:55:54 -04:00
parent a51e44e532
commit cdf280628c
10 changed files with 654 additions and 719 deletions

View File

@@ -612,11 +612,12 @@ spotless: clean
# if [ -f $(WSHR)/oththin.txt ]; then rm $(WSHR)/oththin.txt; fi;
#==========================================
# Game Dependencies
# Host Utility Dependencies
#==========================================
# src dependencies
$(HOST_O)drawing.o: $(CONFIG_H)
$(HOST_O)vis_tab.o: vis_tab.c $(CONFIG_H) $(INCL)/vis_tab.h
$(HOST_O)alloc.o: alloc.c $(CONFIG_H)
$(HOST_O)dlb.o: dlb.c $(CONFIG_H) $(INCL)/dlb.h