| version 1.24 | version 1.25 | |||
|---|---|---|---|---|
|
| |||
| ifdef OUTPUT | ifdef OUTPUT | |||
| CLEANOUT=rm -f $(OUTPUT) $(MISCOUTPUT) | CLEANOUT=rm -f $(OUTPUT) $(MISCOUTPUT) | |||
| endif | endif | |||
| AR=ar | ||||
| STRIP=strip | ||||
| WINDRES=windres | ||||
| ifeq ($(TOPDIR)/overrides.mak,$(wildcard $(TOPDIR)/overrides.mak)) | ||||
| include $(TOPDIR)/overrides.mak | ||||
| endif |
| Legend: | |
| line(s) removed in v.1.24 | |
| line(s) changed | |
| line(s) added in v.1.25 | |