]> granicus.if.org Git - gc/commit
Rename gc64.dll to gc.dll and gc[64]_dll.lib to gc.lib in NT_MAKEFILE
authorIvan Maidanski <ivmai@mail.ru>
Sun, 7 Jul 2019 12:26:53 +0000 (15:26 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 7 Jul 2019 15:18:37 +0000 (18:18 +0300)
commit1b1259bb8adc42152b304f81bb25e3797e79f7ec
tree3ef09e249acf22942ad21a5975be48929826d8b8
parentef992d224d1ed6c1fded66b8893c91c9072f4b3e
Rename gc64.dll to gc.dll and gc[64]_dll.lib to gc.lib in NT_MAKEFILE

This is to match the behavior of gc.mak and the CMake script.

* NT_MAKEFILE [!MAKE_AS_LIB]: Remove; use gc.dll instead of $(GC_DLL).
* NT_MAKEFILE (GC_LIB): Remove; use gc.lib instead of $(GC_LIB).
NT_MAKEFILE