diff options
author | Max Horn | 2004-02-29 11:19:02 +0000 |
---|---|---|
committer | Max Horn | 2004-02-29 11:19:02 +0000 |
commit | 80fd4bd4f0a12d26d9723339eaa346f9a96e2ed9 (patch) | |
tree | 1b8a8f9eeb5aa92d3e29cb57f94e193153fb6ba0 | |
parent | 07158481fd1f1730cfb5b9617be1ee5652f5a80a (diff) | |
download | scummvm-rg350-80fd4bd4f0a12d26d9723339eaa346f9a96e2ed9.tar.gz scummvm-rg350-80fd4bd4f0a12d26d9723339eaa346f9a96e2ed9.tar.bz2 scummvm-rg350-80fd4bd4f0a12d26d9723339eaa346f9a96e2ed9.zip |
this might help Makefile.noconf (did I mention that i want to get rid of it?)
svn-id: r13097
-rw-r--r-- | backends/sdl/build.rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/sdl/build.rules b/backends/sdl/build.rules index 81cfd25e93..14cfe0ebdf 100644 --- a/backends/sdl/build.rules +++ b/backends/sdl/build.rules @@ -3,7 +3,6 @@ MODULES += backends/sdl DEFINES += -DUNIX INCLUDES += `sdl-config --cflags` LIBS += `sdl-config --libs` -OBJS += backends/sdl/events.o backends/sdl/graphics.o backends/sdl/sdl.o # Uncomment this in addition to the above if you compile on Mac OS X # DEFINES += -DMACOSX |