diff options
author | Travis Howell | 2002-03-06 23:18:40 +0000 |
---|---|---|
committer | Travis Howell | 2002-03-06 23:18:40 +0000 |
commit | 49b7294423b56ed125a7b947cc432ddc48e8635c (patch) | |
tree | 276006d06ddd32223867d2ce88cbe2e25988d9c2 | |
parent | 8a63b6c012346bfa3447e9b802db555a4312f4f7 (diff) | |
download | scummvm-rg350-49b7294423b56ed125a7b947cc432ddc48e8635c.tar.gz scummvm-rg350-49b7294423b56ed125a7b947cc432ddc48e8635c.tar.bz2 scummvm-rg350-49b7294423b56ed125a7b947cc432ddc48e8635c.zip |
Add insane.cpp
svn-id: r3674
-rw-r--r-- | Makefile.mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw index ca5868daea..bd6fe8f3a3 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -22,7 +22,7 @@ OBJS = actor.o boxes.o costume.o gfx.o object.o resource.o \ saveload.o script.o scummvm.o sound.o string.o \ sys.o verbs.o sdl.o script_v1.o script_v2.o debug.o gui.o \ sound/imuse.o sound/fmopl.o sound/adlib.o sound/gmidi.o debugrl.o \ - akos.o vars.o + akos.o vars.o insane.o .cpp.o: $(CC) $(CFLAGS) $(CPPFLAGS) -c $(<) -o $*.o |