# HG changeset patch # User afra # Date 1114031995 0 # Node ID 3a1eadaa547e92e4aa9ece7d008a73eb1e51825a # Parent de0f545a92c7f05fcca58cba647dc49c937ce02f Corrected so dragon options compiled into rel.asm for both Dragon64 and Alpha diff -r de0f545a92c7 -r 3a1eadaa547e level1/modules/makefile.dragon --- a/level1/modules/makefile.dragon Wed Apr 20 12:06:44 2005 +0000 +++ b/level1/modules/makefile.dragon Wed Apr 20 21:19:55 2005 +0000 @@ -135,10 +135,10 @@ rel: rel.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=0 + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=1 rel_dalpha: rel.asm - $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=0 -aDragonAlpha=1 + $(AS) $(AFLAGS) $(ASOUT)$@ $< -aDragon64=1 -aDragonAlpha=1 sysgo_dd: sysgo.asm