diff options
author | Max Horn | 2002-08-24 13:52:16 +0000 |
---|---|---|
committer | Max Horn | 2002-08-24 13:52:16 +0000 |
commit | 26648880e80691a459c2d18f3aef7bbad8879a5c (patch) | |
tree | 64d3356dceda21759986b24c68de280ca2604852 /Makefile | |
parent | 3d75868558e87547f5f40447041b34c54a02d0a1 (diff) | |
download | scummvm-rg350-26648880e80691a459c2d18f3aef7bbad8879a5c.tar.gz scummvm-rg350-26648880e80691a459c2d18f3aef7bbad8879a5c.tar.bz2 scummvm-rg350-26648880e80691a459c2d18f3aef7bbad8879a5c.zip |
we are not using ncurses, are we?
svn-id: r4818
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-m DEFINES = LDFLAGS := INCLUDES:= -I. -Icommon -Iscumm -LIBS = -lncurses +LIBS = OBJS = # Load the build rules & settings for the chosen backend |