X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FWM%2FMakefile;h=d740d1c132b03ccf4968099813e06bd9f37dbee8;hb=889b379627388811c630aad3214efcaee1ac9885;hp=7fa10003d9e5020a2d084d82eff35a1f0d61e8b5;hpb=1c2a87ec67d332b6a165c79398693eac1eb1166e;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/WM/Makefile b/Usermode/Applications/axwin2_src/WM/Makefile index 7fa10003..d740d1c1 100644 --- a/Usermode/Applications/axwin2_src/WM/Makefile +++ b/Usermode/Applications/axwin2_src/WM/Makefile @@ -4,8 +4,19 @@ CPPFLAGS += -I../include -DIR = Apps/AxWin/1.0 -BIN = ../AxWinWM -OBJ = main.o helpers.o commandline.o video.o messages.o +DIR := Apps/AxWin/1.0 +BIN := AxWinWM +OBJ := main.o helpers.o commandline.o video.o video_text.o +OBJ += messages.o interface.o wm.o decorator.o +OBJ += image.o + +LDFLAGS += -limage_sif -luri -include ../../Makefile.tpl + +all: resources/LogoSmall.sif.res.h + +%.res.h: % Makefile + echo "#define RESOURCE_$(notdir $<) \\"| sed -e 's/\./_/g' > $@ + base64 $< | sed -e 's/.*/"&"\\/' >> $@ + echo "" >> $@