mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
Clean out some cruft.
gibscript seems to be one of snax' little experiments. I suspect he never committed it, but his autoconf changes snuck in by accident.
This commit is contained in:
parent
cd05fecfac
commit
54626b3355
1 changed files with 0 additions and 6 deletions
|
@ -269,7 +269,6 @@ fi
|
|||
|
||||
AM_CONDITIONAL(BUILD_BSP2IMG, test "$ENABLE_tools_bsp2img" = "yes")
|
||||
AM_CONDITIONAL(BUILD_CARNE, test "$ENABLE_tools_carne" = "yes")
|
||||
AM_CONDITIONAL(BUILD_GSC, test "$ENABLE_tools_gsc" = "yes")
|
||||
AM_CONDITIONAL(BUILD_PAK, test "$ENABLE_tools_pak" = "yes")
|
||||
AM_CONDITIONAL(BUILD_QFBSP, test "$ENABLE_tools_qfbsp" = "yes")
|
||||
AM_CONDITIONAL(BUILD_QFCC, test "$ENABLE_tools_qfcc" = "yes")
|
||||
|
@ -580,11 +579,6 @@ QF_DEPS(CARNE,
|
|||
[$(top_builddir)/libs/gib/libQFgib.la $(top_builddir)/libs/util/libQFutil.la],
|
||||
[$(WIN32_LIBS)],
|
||||
)
|
||||
QF_DEPS(GSC,
|
||||
[],
|
||||
[$(top_builddir)/libs/gibscript/libQFgibscript.la $(top_builddir)/libs/util/libQFutil.la],
|
||||
[$(WIN32_LIBS)],
|
||||
)
|
||||
QF_DEPS(PAK,
|
||||
[],
|
||||
[$(top_builddir)/libs/util/libQFutil.la],
|
||||
|
|
Loading…
Reference in a new issue