From fa5c9d76eb43fa52c33402363451be33047faa56 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 4 Jan 2019 17:01:01 -0500 Subject: [PATCH] Generalized comment --- wincon/Makefile.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wincon/Makefile.vc b/wincon/Makefile.vc index 74eb0423..a66a1acf 100644 --- a/wincon/Makefile.vc +++ b/wincon/Makefile.vc @@ -49,7 +49,7 @@ SHL_LD = link $(LDFLAGS) -nologo -dll -machine:$(PLATFORM) -out:pdcurses.dll LINK = link.exe -nologo CCLIBS = user32.lib advapi32.lib -# may need to add msvcrt.lib for VC 2.x, VC 5.0 doesn't want it +# may need to add msvcrt for older compilers #CCLIBS = msvcrt.lib user32.lib advapi32.lib LIBEXE = lib -nologo