mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
whitespace
This commit is contained in:
parent
6eb4958952
commit
d4ad0cd659
1 changed files with 3 additions and 2 deletions
|
@ -64,7 +64,7 @@ case "$host_os" in
|
||||||
AS="$CC"
|
AS="$CC"
|
||||||
AR="$host_cpu_$host_os-ar"
|
AR="$host_cpu_$host_os-ar"
|
||||||
RANLIB="$host_cpu-$host_os-ranlib"
|
RANLIB="$host_cpu-$host_os-ranlib"
|
||||||
endian="little"
|
endian="little"
|
||||||
fi
|
fi
|
||||||
if test "$host" != "$target"; then
|
if test "$host" != "$target"; then
|
||||||
case "$target_os" in
|
case "$target_os" in
|
||||||
|
@ -73,7 +73,8 @@ case "$host_os" in
|
||||||
CPPFLAGS="$CPPFLAGS -mno-cygwin -mconsole"
|
CPPFLAGS="$CPPFLAGS -mno-cygwin -mconsole"
|
||||||
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/include/win32"
|
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/include/win32"
|
||||||
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/include/win32/resources"
|
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/include/win32/resources"
|
||||||
LDFLAGS="$LDFLAGS -mno-cygwin -mconsole" endian="little"
|
LDFLAGS="$LDFLAGS -mno-cygwin -mconsole"
|
||||||
|
endian="little"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue