comparison 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
comparison
equal deleted inserted replaced
976:8cdd4ddedd9a 977:4cbc349a82a9
123 CFLAGS+=-DNO_Z80 123 CFLAGS+=-DNO_Z80
124 else 124 else
125 MAINOBJS+= $(Z80OBJS) 125 MAINOBJS+= $(Z80OBJS)
126 endif 126 endif
127 127
128 ifeq ($(OS),Windows)
129 MAINOBJS+= res.o
130 endif
131
128 ALL=dis$(EXE) zdis$(EXE) stateview$(EXE) vgmplay$(EXE) blastem$(EXE) 132 ALL=dis$(EXE) zdis$(EXE) stateview$(EXE) vgmplay$(EXE) blastem$(EXE)
129 ifneq ($(OS),Windows) 133 ifneq ($(OS),Windows)
130 ALL+= termhelper 134 ALL+= termhelper
131 endif 135 endif
132 136
203 %.bin : %.s68 207 %.bin : %.s68
204 vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ -L $@.list $< 208 vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ -L $@.list $<
205 209
206 %.bin : %.sz8 210 %.bin : %.sz8
207 vasmz80_mot -Fbin -spaces -o $@ $< 211 vasmz80_mot -Fbin -spaces -o $@ $<
212 res.o : blastem.rc
213 wine windres blastem.rc res.o
208 214
209 arrow.tiles : arrow.png 215 arrow.tiles : arrow.png
210 cursor.tiles : cursor.png 216 cursor.tiles : cursor.png
211 font_interlace_variable.tiles : font_interlace_variable.png 217 font_interlace_variable.tiles : font_interlace_variable.png
212 button.tiles : button.png 218 button.tiles : button.png