(fix of commit
4a08ae983)
Also, update README that Makefile.direct creates cord.a now (instead
of adding cord files to gc.a).
* NT_MAKEFILE [!ENABLE_STATIC] (gccpp.lib): Add dependency on gc.lib.
* README.QUICK (INSTALLATION): Update information about "make cords".
gc.lib: $(OBJS)
$(link) $(ldebug) kernel32.lib user32.lib /subsystem:windows /dll /INCREMENTAL:NO /pdb:"gc.pdb" /out:gc.dll /implib:gc.lib /MACHINE:$(CPU) $(OBJS)
-gccpp.lib: gc_cpp.obj
+gccpp.lib: gc_cpp.obj gc.lib
$(link) $(ldebug) gc.lib /subsystem:windows /dll /INCREMENTAL:NO /pdb:"gccpp.pdb" /out:gccpp.dll /implib:gccpp.lib /MACHINE:$(CPU) gc_cpp.obj
!ENDIF
If you wish to use the collector from C++, type "make c++", or use
--enable-cplusplus with the configure script. With Makefile.direct,
-these ones add further files to gc.a and to the include subdirectory.
-With the alternate build process, this generates libgccpp.
-See include/gc_cpp.h.
+"make c++" creates gccpp.a file. With the alternate build process, this
+generates libgccpp.a and/or libgccpp.so. See include/gc_cpp.h.
TYPICAL USE:
Include "gc.h" from the include subdirectory. Link against the