diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-02-26 23:37:11 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-02-26 23:37:11 -0800 |
commit | c4125258a3caea53413b4e2afafe2aa83b74980e (patch) | |
tree | 5ef9358bc9b727b6fcdabf423fd8f02456fab99b | |
parent | d9560ee9bf0bbaf3a1cc33854d40f2583d1edd5a (diff) |
Missed a usage of Wine in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,7 +242,7 @@ 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 + i686-w64-mingw32-windres blastem.rc res.o arrow.tiles : arrow.png cursor.tiles : cursor.png |