Put branding in version.h
This commit is contained in:
parent
b717153549
commit
f56929ea7d
@ -100,6 +100,7 @@ all: .depend $(TARGET)
|
||||
|
||||
version.h:
|
||||
sed -n -e 's/^VERSION =[[:space:]]*\([^[:space:]]*\).*/#define VERSION "\1\"/p' ../Makefile > version.h
|
||||
test -n "${BRANDING}" && echo "#define BRANDING \"${BRANDING}\"" >> version.h
|
||||
|
||||
$(LIBEINFOOBJS):
|
||||
$(CC) $(CPPFLAGS) $(CPPFLAGS_LIBEINFO) $(CFLAGS) -fPIC -c $<
|
||||
|
Loading…
Reference in New Issue
Block a user