]> git.eshelyaron.com Git - emacs.git/commitdiff
(addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 Jun 1995 21:33:31 +0000 (21:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 Jun 1995 21:33:31 +0000 (21:33 +0000)
nt/makefile.nt

index 5be2d02831d7b615bcdda92f6c294bd34cef4bfd..47d31f00e63f191ca9ed4d2fdf236e7895130e3c 100644 (file)
@@ -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