Mouse driver and AxWin
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / Makefile
index 154d2cf..d740d1c 100644 (file)
@@ -10,4 +10,13 @@ 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 "" >> $@

UCC git Repository :: git.ucc.asn.au