mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-12 21:01:43 +00:00
Handle a missing -P/--preinclude file the same as an INCLUDE (#1873)
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,4 @@
|
||||
warning: still going! [-Wuser]
|
||||
at continues-after-missing-preinclude/a.asm(7)
|
||||
warning: and going! [-Wuser]
|
||||
at continues-after-missing-preinclude/a.asm(9)
|
||||
@@ -0,0 +1 @@
|
||||
-MC -P nonexistent-pre.inc
|
||||
@@ -0,0 +1,4 @@
|
||||
a.o: continues-after-missing-preinclude/a.asm
|
||||
a.o: nonexistent-pre.inc
|
||||
a.o: nonexistent1.inc
|
||||
a.o: nonexistent2.inc
|
||||
Reference in New Issue
Block a user