* bin/bld.bat

* Add -lm in DJGPP compiler, for include libm.a (math library).
      This library it's necessary for new handler of math errors.
This commit is contained in:
Walter Negro
2002-07-10 15:18:34 +00:00
parent cb5cc779b1
commit b67d38119c

View File

@@ -158,6 +158,7 @@ if "%HB_INC_INSTALL%" == "" set HB_INC_INSTALL=..\include\
echo -ldbfnt >> build.tmp
echo -ldbfcd >> build.tmp
echo -lcommo >> build.tmp
echo -lm >> build.tmp
gcc @build.tmp
del build.tmp
goto END