diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-01-01 21:32:43 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-01-01 21:32:43 +0000 |
commit | 377388445f8a3e3c638dd87e6f2c433eeb05028c (patch) | |
tree | 193be48054341391687781a36d98458b497edb95 /emulators/scummvm/files/patch-Makefile.common | |
parent | Update to 0.90 (diff) |
Update scummvm to 0.3.0b
PR: 46150
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> (maintainer)
Diffstat (limited to 'emulators/scummvm/files/patch-Makefile.common')
-rw-r--r-- | emulators/scummvm/files/patch-Makefile.common | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/emulators/scummvm/files/patch-Makefile.common b/emulators/scummvm/files/patch-Makefile.common deleted file mode 100644 index 4433617646c9..000000000000 --- a/emulators/scummvm/files/patch-Makefile.common +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.common.orig Tue May 14 17:14:18 2002 -+++ Makefile.common Tue May 14 17:14:28 2002 -@@ -19,12 +19,12 @@ - scummvm.dsp scummvm.dsw sound/fmopl.h gui.h sound.h - - .cpp.o: -- $(CC) $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o -+ $(CXX) $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o - - all: scummvm$(EXEEXT) - - scummvm$(EXEEXT): $(OBJS) -- $(CC) $(LDFLAGS) -o $(@) $(OBJS) $(LIBS) -+ $(CXX) $(LDFLAGS) -o $(@) $(OBJS) $(LIBS) - - clean: - rm -f $(OBJS) scummvm$(EXEEXT) |