X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=Makefile;h=54e4148188726d625cb54e65b3bf925ff6d1c688;hp=f3630fa7b4769abf89066ca9dede435be9010a36;hb=7cffbf057545fb303ad8f53e432ef42f7708e16d;hpb=68f89fa06ae5cfacde9cf8310e97220e5fc05260 diff --git a/Makefile b/Makefile index f3630fa..54e4148 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ dep = $(obj:.odj=.dep) bin = demo.exe asmsrc += cspr/dbgfont.asm cspr/confont.asm +bindata = data/loading.img ifeq ($(findstring COMMAND.COM, $(SHELL)), COMMAND.COM) hostsys = dos @@ -36,6 +37,8 @@ $(bin): $(obj) imago anim %.odj: %.asm nasm -f coff -o $@ $< +src/data.odj: src/data.asm $(bindata) + ifneq ($(hostsys), dos) -include $(dep) endif