mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
fixed 3dfx not building due to mis-named lib
This commit is contained in:
parent
84636f20cb
commit
60e1b2caf3
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue