defs.mk.in: Do all -DVERSION_STR handling

Push -DVERSION_STR from main.mk and yapp.mk into defs.mk.in.
This commit is contained in:
Jan Lindemann 2012-05-02 17:55:14 +00:00 committed by Jan Lindemann
commit adfdec7492
3 changed files with 3 additions and 6 deletions

View file

@ -1,6 +1,5 @@
EXE = $(PROJECT)
LOCAL_CFLAGS += -DVERSION_STR=\"$(VERSION)\"
LOCAL_CPPFLAGS += -DVERSION_STR=\"$(VERSION)\"
ifneq ($(TARGET),mingw)
LOCAL_LDFLAGS += -rdynamic
endif