Fix for TC RTL math routines -- they need to be in the low text now.

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@534 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2003-03-12 06:32:03 +00:00
parent ee958bad3b
commit 4dcb3f332c

View File

@ -11,6 +11,7 @@
libm.lib: $(CLIB)
-$(RM) libm.lib
$(LIBUTIL) $(CLIB) $(MATH_EXTRACT) $(LIBTERM)
for %i in (*.obj) do ..\utils\patchobj CODE=LCODE TEXT=_LOWTEXT %i
$(LIBUTIL) libm $(MATH_INSERT) $(LIBTERM)
-$(RM) *.OBJ