From 27f53fdd3f073f37be927fcddbcef66e5f0362bf Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 16 Apr 2002 17:03:27 +0000 Subject: [PATCH] link nq-sdl32 against the correct renderer (I'm surprised it worked at all) this fixes the inverted lightmaps (bug #27) and the borked bit depth settings. --- nq/source/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nq/source/Makefile.am b/nq/source/Makefile.am index 448c11d36..a844595b2 100644 --- a/nq/source/Makefile.am +++ b/nq/source/Makefile.am @@ -145,7 +145,8 @@ nq_sdl_DEPENDENCIES= $(nq_sdl_libs) # ... 32-bit software, SDL nq_sdl32_libs= \ $(cl_plugin_LIBS) \ - $(soft_QFLIBS) \ + $(top_builddir)/libs/video/renderer/libQFrenderer_sw32.la \ + $(top_builddir)/libs/models/libQFmodels_sw.la \ $(top_builddir)/libs/video/targets/libQFsdl32.la \ $(client_LIBS) nq_sdl32_SOURCES= $(combined_sources) sys_sdl.c