[Gd-chatter] r10724 - trunk/fundev/sources/lib/run-time/pentium-win32
housel at gwydiondylan.org
housel at gwydiondylan.org
Thu May 11 17:37:44 CEST 2006
Author: housel
Date: Thu May 11 17:37:42 2006
New Revision: 10724
Modified:
trunk/fundev/sources/lib/run-time/pentium-win32/makefile
trunk/fundev/sources/lib/run-time/pentium-win32/minvcrt.def
Log:
Bug: 7311
Export MSVCRT.dll symbols needed by other libraries.
Modified: trunk/fundev/sources/lib/run-time/pentium-win32/makefile
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-win32/makefile (original)
+++ trunk/fundev/sources/lib/run-time/pentium-win32/makefile Thu May 11 17:37:42 2006
@@ -53,7 +53,7 @@
RUNTIMELIBDEST = $(LIBDEST)\pentium-run-time.lib
MMDWDEST = $(LIBDEST)\mmdw.lib
PLINTHDEST = $(LIBDEST)\mpsplinth.lib
-MINCRTDEST = $(LIBDEST)\mincrt.lib
+MINCRTDEST = $(LIBDEST)\minvcrt.lib
BOEHMGCDEST = $(BINDEST)\gc.dll
BUFFOBJS = buffalo-collector.obj $(HEAPOBJS) runtime.obj win32-threads-primitives.obj spy-interfaces.obj
Modified: trunk/fundev/sources/lib/run-time/pentium-win32/minvcrt.def
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-win32/minvcrt.def (original)
+++ trunk/fundev/sources/lib/run-time/pentium-win32/minvcrt.def Thu May 11 17:37:42 2006
@@ -2,6 +2,9 @@
EXPORTS
_except_handler3
_ftol
+ strcpy
+ memcpy
+ memset
free
realloc
strtod
More information about the chatter
mailing list