diff Makefile @ 977:4cbc349a82a9

Inclue menu.bin in release directories. Added a Windows RC file and icon
author Michael Pavone <pavone@retrodev.com>
date Sat, 23 Apr 2016 17:34:01 -0700
parents c96647630320
children 01a91df5b87c
line wrap: on
line diff
--- a/Makefile	Sat Apr 23 12:43:23 2016 -0700
+++ b/Makefile	Sat Apr 23 17:34:01 2016 -0700
@@ -125,6 +125,10 @@
 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 @@
 
 %.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