From 6fd096999e075aa0cd4d0206764c8201cf23ef87 Mon Sep 17 00:00:00 2001 From: Conrad Pankoff Date: Mon, 16 Sep 2019 00:41:03 +1000 Subject: Applications: Add "Welcome" application, inspired by Windows 98 --- Applications/Welcome/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Applications/Welcome/Makefile (limited to 'Applications/Welcome/Makefile') diff --git a/Applications/Welcome/Makefile b/Applications/Welcome/Makefile new file mode 100644 index 0000000000..a8b377dd82 --- /dev/null +++ b/Applications/Welcome/Makefile @@ -0,0 +1,14 @@ +include ../../Makefile.common + +OBJS = \ + main.o \ + TextWidget.o \ + background.png.o + +APP = Welcome + +.SUFFIXES: .png +%.png.o: %.png + @echo "LINK $<"; $(LINK) --relocatable --format binary --output $@ $< + +include ../Makefile.common -- cgit v1.2.3