fixed 3dfx not building due to mis-named lib

This commit is contained in:
Chris Ison 2002-01-19 23:06:28 +00:00
parent 84636f20cb
commit 60e1b2caf3
2 changed files with 2 additions and 2 deletions

View file

@ -185,7 +185,7 @@ opengl_QFLIBS= \
nq_3dfx_libs= \
$(cl_plugin_LIBS) \
$(opengl_QFLIBS) \
$(top_builddir)/libs/video/targets/libQF3dfx.la \
$(top_builddir)/libs/video/targets/libQFtdfx.la \
$(client_LIBS)
nq_3dfx_SOURCES= $(combined_sources) sys_unix.c
nq_3dfx_LDADD= $(nq_3dfx_libs) $(GLIDE_LIBS) $(SVGA_LIBS) $(NET_LIBS)

View file

@ -214,7 +214,7 @@ qw_client_glx_DEPENDENCIES= $(qw_client_glx_libs)
qw_client_3dfx_libs= \
$(cl_plugin_LIBS) \
$(opengl_LIBS) \
$(top_builddir)/libs/video/targets/libQF3dfx.la \
$(top_builddir)/libs/video/targets/libQFtdfx.la \
$(client_LIBS)
qw_client_3dfx_SOURCES= $(common_sources) $(client_sources) cl_sys_unix.c
qw_client_3dfx_LDADD= $(qw_client_3dfx_libs) \