From a9e7727e7f66c0877957b469e172ed2f70aa5d64 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 23 Apr 2016 17:34:01 -0700 Subject: Inclue menu.bin in release directories. Added a Windows RC file and icon --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 00bc65b..9435795 100644 --- a/Makefile +++ b/Makefile @@ -125,6 +125,10 @@ else MAINOBJS+= $(Z80OBJS) endif +ifeq ($(OS),Windows) +MAINOBJS+= res.o +endif + ALL=dis$(EXE) zdis$(EXE) stateview$(EXE) vgmplay$(EXE) blastem$(EXE) ifneq ($(OS),Windows) ALL+= termhelper @@ -205,6 +209,8 @@ vos_prog_info : vos_prog_info.o vos_program_module.o %.bin : %.sz8 vasmz80_mot -Fbin -spaces -o $@ $< +res.o : blastem.rc + wine windres blastem.rc res.o arrow.tiles : arrow.png cursor.tiles : cursor.png -- cgit v1.2.3