comparison Makefile.gen @ 231:e90dba0cd12a

Implement HTML stuff for about dialog.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 11 Apr 2018 12:38:47 +0300
parents 37d5f4329449
children 6a12c82d082e
comparison
equal deleted inserted replaced
230:47dfb9bb004d 231:e90dba0cd12a
33 33
34 LOGO_SVG ?= kampuscafe4.svg 34 LOGO_SVG ?= kampuscafe4.svg
35 LOGO_IMG ?= CafeKampus_logo_FINAL_RGB.png 35 LOGO_IMG ?= CafeKampus_logo_FINAL_RGB.png
36 ICON_PNGS = icon-64.png icon-48.png icon-32.png icon-16.png 36 ICON_PNGS = icon-64.png icon-48.png icon-32.png icon-16.png
37 37
38 APP_RESOURCES += $(addprefix $(APP_IMG),logo.png $(ICON_PNGS)) 38 APP_RESOURCES += $(addprefix $(APP_IMG),logo.png $(ICON_PNGS)) COPYING.html
39 39
40 40
41 # And target lists 41 # And target lists
42 TARGETS = $(APP_BIN) 42 TARGETS = $(APP_BIN)
43 NOBUILD_TARGETS += $(OBJPATH) $(BINPATH) 43 NOBUILD_TARGETS += $(OBJPATH) $(BINPATH)