tweeked borland makefiles for case sensitive linking, changed memcpy to memmove in partial grep example

[SVN r9990]
This commit is contained in:
John Maddock
2001-04-28 10:12:52 +00:00
parent a719c77f63
commit 19dab6c60a
5 changed files with 12 additions and 10 deletions

View File

@ -490,7 +490,7 @@ EOF
# now for the main target for this library:
echo $subdir\\$libname.lib : $all_obj >> $tout
echo " tlib @&&|" >> $tout
echo "/P32 /u /a \$(XSFLAGS) $subdir\\$libname.lib $all_lib_obj" >> $tout
echo "/P32 /C /u /a \$(XSFLAGS) $subdir\\$libname.lib $all_lib_obj" >> $tout
echo "|" >> $tout
echo "" >> $tout
}
@ -1041,5 +1041,6 @@ rm -f $tout $iout