mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Don't strip the exes in DEBUG=Y mode. After Simon Sobisch.
This commit is contained in:
@@ -49,7 +49,9 @@ clean:
|
||||
-del *.exe
|
||||
|
||||
demos: $(DEMOS)
|
||||
ifneq ($(DEBUG),Y)
|
||||
strip *.exe
|
||||
endif
|
||||
|
||||
$(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
|
||||
$(LIBEXE) $(LIBFLAGS) $@ $?
|
||||
|
||||
@@ -57,7 +57,9 @@ clean:
|
||||
-rm -rf *.o trace $(LIBCURSES) $(DEMOS)
|
||||
|
||||
demos: $(DEMOS)
|
||||
ifneq ($(DEBUG),Y)
|
||||
strip $(DEMOS)
|
||||
endif
|
||||
|
||||
$(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
|
||||
ar rv $@ $?
|
||||
|
||||
@@ -60,7 +60,9 @@ clean:
|
||||
-del *.o $(CLEAN) *.exe
|
||||
|
||||
demos: $(DEMOS)
|
||||
ifneq ($(DEBUG),Y)
|
||||
strip *.exe
|
||||
endif
|
||||
|
||||
$(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
|
||||
$(LIBEXE) $(LIBFLAGS) $@ $? $(POST)
|
||||
|
||||
@@ -53,7 +53,9 @@ clean:
|
||||
-rm -rf *.o trace $(LIBCURSES) $(DEMOS)
|
||||
|
||||
demos: $(DEMOS)
|
||||
ifneq ($(DEBUG),Y)
|
||||
strip $(DEMOS)
|
||||
endif
|
||||
|
||||
$(LIBCURSES) : $(LIBOBJS) $(PDCOBJS)
|
||||
ar rv $@ $?
|
||||
|
||||
@@ -67,7 +67,9 @@ clean:
|
||||
-rm -f $(CLEAN)
|
||||
|
||||
demos: $(DEMOS)
|
||||
ifneq ($(DEBUG),Y)
|
||||
strip *.exe
|
||||
endif
|
||||
|
||||
$(LIBCURSES) : $(LIBDEPS)
|
||||
$(LIBEXE) $(LIBFLAGS) $@ $?
|
||||
|
||||
@@ -67,7 +67,9 @@ clean:
|
||||
-del $(CLEAN)
|
||||
|
||||
demos: $(DEMOS)
|
||||
ifneq ($(DEBUG),Y)
|
||||
strip *.exe
|
||||
endif
|
||||
|
||||
$(LIBCURSES) : $(LIBDEPS)
|
||||
$(LIBEXE) $(LIBFLAGS) $@ $?
|
||||
|
||||
Reference in New Issue
Block a user