summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-19 21:33:31 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-19 21:33:31 +0000
commite95fef1ec59d96f6e457255c2acbe0c351b199ca (patch)
treec63b7953b2d88e700416dba5bf5f14532e98102d /nt
parenta1fb91091467b2d68d28f9a7c51cfc75f497e843 (diff)
downloademacs-e95fef1ec59d96f6e457255c2acbe0c351b199ca.tar.gz
(addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
Diffstat (limited to 'nt')
-rw-r--r--nt/makefile.nt2
1 files changed, 1 insertions, 1 deletions
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