mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 04:22:07 +00:00
Add RGBASM -MC flag to continue -MG after missing dependency files (#1687)
This commit is contained in:
13
test/asm/continues-after-missing-include/a.asm
Normal file
13
test/asm/continues-after-missing-include/a.asm
Normal file
@@ -0,0 +1,13 @@
|
||||
PUSHC
|
||||
PUSHO
|
||||
PUSHS
|
||||
SECTION "test", WRAM0
|
||||
UNION
|
||||
INCLUDE "nonexistent1.inc"
|
||||
WARN "still going!"
|
||||
INCLUDE "nonexistent2.inc"
|
||||
WARN "and going!"
|
||||
ENDU
|
||||
POPS
|
||||
POPO
|
||||
POPC
|
||||
Reference in New Issue
Block a user