From 9cb5ccc1072e82ced4bc2f83ee1e81840f76ea50 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 17 Jul 2019 11:39:26 +0300 Subject: Remove gc.mak script (MS VC) Issue #105 (bdwgc). CMake script or NT_MAKEFILE should be used instead of gc.mak. * ChangeLog (8.1.0): Remove item about gc.mak. * Makefile.am (EXTRA_DIST): Remove gc.mak. * gc.mak: Remove file. * doc/README.win32 (Threads): Remove gc.mak usage information; mention that CMake script is the preferred way of building for Windows. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5d781d7d..2de4a844 100644 --- a/Makefile.am +++ b/Makefile.am @@ -197,16 +197,16 @@ EXTRA_DIST += README.QUICK # other makefiles # :GOTCHA: deliberately we do not include 'Makefile' EXTRA_DIST += NT_MAKEFILE OS2_MAKEFILE PCR-Makefile digimars.mak \ - Makefile.direct SMakefile.amiga WCC_MAKEFILE autogen.sh CMakeLists.txt + Makefile.direct SMakefile.amiga WCC_MAKEFILE autogen.sh CMakeLists.txt \ + build/s60v3/bld.inf build/s60v3/libgc.mmp # files used by makefiles other than Makefile.am # EXTRA_DIST += tools/if_mach.c tools/if_not_there.c tools/setjmp_t.c \ - tools/threadlibs.c gc.mak extra/MacOS.c extra/AmigaOS.c \ + tools/threadlibs.c extra/MacOS.c extra/AmigaOS.c \ extra/symbian/global_end.cpp extra/symbian/global_start.cpp \ extra/symbian/init_global_static_roots.cpp extra/symbian.cpp \ extra/pcr_interface.c extra/real_malloc.c \ - build/s60v3/bld.inf build/s60v3/libgc.mmp \ extra/Mac_files/datastart.c extra/Mac_files/dataend.c \ extra/Mac_files/MacOS_config.h \ include/private/msvc_dbg.h extra/msvc_dbg.c tools/callprocs.sh -- cgit v1.2.1