scomptry.bat 176 B

123456
  1. %1 -DWRITE_ARITH_H -DNO_FPINIT %2 %3 %4 %5 %6 %7 %8 %9
  2. if errorlevel 1 goto nolonglong
  3. exit 0
  4. :nolonglong
  5. %1 -DNO_LONG_LONG -DWRITE_ARITH_H -DNO_FPINIT %2 %3 %4 %5 %6 %7 %8 %9