mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-06 16:01:10 +00:00
allow qfdefs to build standalone again (thanks, raorn)
This commit is contained in:
parent
b97b70bfe1
commit
e429195f91
1 changed files with 8 additions and 0 deletions
|
@ -97,6 +97,10 @@ if test "x$HAVE_QF" != xno; then
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
QFDEFS_LIBS="-lQFgamecode -lQFutil"
|
||||||
|
QFDEFS_DEPS=""
|
||||||
|
QFDEFS_INCS=""
|
||||||
|
|
||||||
if test "x$HAVE_QF" = xno; then
|
if test "x$HAVE_QF" = xno; then
|
||||||
echo '***'
|
echo '***'
|
||||||
echo '*** You seem to not have the QuakeForge libs & headers installed'
|
echo '*** You seem to not have the QuakeForge libs & headers installed'
|
||||||
|
@ -104,6 +108,10 @@ if test "x$HAVE_QF" = xno; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_SUBST(QFDEFS_LIBS)
|
||||||
|
AC_SUBST(QFDEFS_DEPS)
|
||||||
|
AC_SUBST(QFDEFS_INCS)
|
||||||
|
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
include/Makefile
|
include/Makefile
|
||||||
source/Makefile
|
source/Makefile
|
||||||
|
|
Loading…
Reference in a new issue