Usermode/AxWin3 - Implementing Client->Window resolution
[tpg/acess2.git] / Usermode / Applications / Makefile.tpl
index b2cfcd1..542fd81 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 CFLAGS  += -Wall -Werror -fno-builtin -fno-stack-protector -g
-LDFLAGS += 
+LDFLAGS += -g
 
 _BIN := $(OUTPUTDIR)$(DIR)/$(BIN)
 _OBJPREFIX := obj-$(ARCH)/
@@ -39,7 +39,7 @@ ifneq ($(_DBGMAKEFILE),)
 else
        @$(LD) -g $(LDFLAGS) -o $@ $(OBJ) -Map $(_OBJPREFIX)Map.txt
 endif
-       @$(DISASM) $(_BIN) > $(BIN).dsm
+       @$(DISASM) $(_BIN) > $(_OBJPREFIX)$(BIN).dsm
 
 $(OBJ): $(_OBJPREFIX)%.o: %.c
        @echo [CC] -o $@

UCC git Repository :: git.ucc.asn.au