mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
clean, identical build. font source generator emitted .align. this does not match the windows build
This commit is contained in:
@@ -165,4 +165,7 @@ ifneq ($(DIFFTO),)
|
||||
fi ; \
|
||||
done
|
||||
endif
|
||||
|
||||
vdiff:
|
||||
make VERBOSEDIFF=2 diff
|
||||
|
||||
|
||||
@@ -34,9 +34,11 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
// print header
|
||||
#ifdef notdef
|
||||
printf(" .section .rodata\r\n");
|
||||
printf(" .global %s\r\n", name);
|
||||
printf(" .align 2\r\n\r\n");
|
||||
#endif
|
||||
printf("%s:\r\n\r\n", name);
|
||||
|
||||
// write lines
|
||||
|
||||
Reference in New Issue
Block a user