changeset 12322:5b3931c846b1

(addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 Jun 1995 21:33:31 +0000
parents 35899872cb3f
children a48a0352b344
files nt/makefile.nt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nt/makefile.nt	Mon Jun 19 21:27:06 1995 +0000
+++ b/nt/makefile.nt	Mon Jun 19 21:33:31 1995 +0000
@@ -29,7 +29,7 @@
 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