reactos/lib/3rdparty/softx86/autodetect_softx87.sh
Hermès Bélusca-Maïto c8317ea346 Integrate softx86-v0.00.0033 library.
Allow compilation warnings (the downsides are that it generates LOTS of warnings...)

svn path=/branches/ntvdm/; revision=59247
2013-06-16 23:33:04 +00:00

9 lines
232 B
Bash

# /bin/sh
if [ -d ./softx87 ]; then
echo "INCLUDZ += -DSOFT87FPU" >softx86dbg/Makefile.softx87
echo "LIBINCLUDZ += -lsoftx87" >>softx86dbg/Makefile.softx87
else
echo "#nothing to do here" >softx86dbg/Makefile.softx87
fi