From: Richard M. Stallman Date: Mon, 19 Jun 1995 21:33:31 +0000 (+0000) Subject: (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. X-Git-Tag: emacs-19.34~3537 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9478941d7bea114cc0c9ba4f955eb882ba568875;p=emacs.git (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. --- diff --git a/nt/makefile.nt b/nt/makefile.nt index 5be2d02831d..47d31f00e63 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt @@ -29,7 +29,7 @@ ALL = $(BLD)\addpm.exe addpm: $(BLD) $(BLD)\addpm.exe $(BLD)\addpm.obj: addpm.c $(BLD)\addpm.exe: $(BLD)\addpm.obj - $(LINK) -out:$@ -subsystem:windows -entry:WinMainCRTStartup \ + $(LINK) -out:$@ -subsystem:console -entry:mainCRTStartup \ $(SYS_LDFLAGS) $** $(BASE_LIBS) user32.lib # Since Windows 95 does not support multiple commands on one command line