mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +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
|
||||
|
||||
QFDEFS_LIBS="-lQFgamecode -lQFutil"
|
||||
QFDEFS_DEPS=""
|
||||
QFDEFS_INCS=""
|
||||
|
||||
if test "x$HAVE_QF" = xno; then
|
||||
echo '***'
|
||||
echo '*** You seem to not have the QuakeForge libs & headers installed'
|
||||
|
@ -104,6 +108,10 @@ if test "x$HAVE_QF" = xno; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
AC_SUBST(QFDEFS_LIBS)
|
||||
AC_SUBST(QFDEFS_DEPS)
|
||||
AC_SUBST(QFDEFS_INCS)
|
||||
|
||||
AC_OUTPUT(
|
||||
include/Makefile
|
||||
source/Makefile
|
||||
|
|
Loading…
Reference in a new issue