Mouse driver and AxWin
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / Makefile
index 95ccd41..d740d1c 100644 (file)
@@ -5,8 +5,18 @@
 CPPFLAGS += -I../include
 
 DIR := Apps/AxWin/1.0
-BIN := ../AxWinWM
-OBJ := main.o helpers.o commandline.o video.o
+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 "" >> $@

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