diff options
author | Johannes Schickel | 2007-03-18 22:56:56 +0000 |
---|---|---|
committer | Johannes Schickel | 2007-03-18 22:56:56 +0000 |
commit | 1d395cccee97a6a9a4948769251939953242dff9 (patch) | |
tree | 4ca96ea5906bfddf3844a4d4ec15a62ba5dfac95 /Makefile | |
parent | 995a4d7cff4338848142d43b48c218b75c4fdbcc (diff) | |
download | scummvm-rg350-1d395cccee97a6a9a4948769251939953242dff9.tar.gz scummvm-rg350-1d395cccee97a6a9a4948769251939953242dff9.tar.bz2 scummvm-rg350-1d395cccee97a6a9a4948769251939953242dff9.zip |
Allows cross compiling for windows with mingw32.
svn-id: r26234
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ uninstall: rm -rf "$(DESTDIR)$(PREFIX)/share/doc/scummvm/" scummvmico.o: icons/scummvm.ico - windres dists/scummvm.rc scummvmico.o + $(WINDRES) dists/scummvm.rc scummvmico.o dist: $(RM) $(ZIPFILE) |