aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-06-14 14:27:43 +0000
committerRichard M. Stallman <[email protected]>1995-06-14 14:27:43 +0000
commit366ad7b01ff2a2106aea6b0b89ff63c194595764 (patch)
treef781f2e3c024c5f1827ea94ce355e8093b6a9450 /nt
parent3999f9611cdac15ee048f45dc7bdacf81de36126 (diff)
(addpm): Use CFLAGS when compiling.
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 54bfc8f211..f3ce9baab4 100644
--- a/nt/makefile.nt
+++ b/nt/makefile.nt
@@ -26,7 +26,7 @@ ALL = $(BLD)\addpm.exe
addpm: $(BLD) $(BLD)\addpm.exe
$(BLD)\addpm.exe: $(BLD)\addpm.obj
$(BLD)\addpm.obj: addpm.c
- $(CC) -nologo -out:$@ addpm.c \
+ $(CC) $(CFLAGS) -nologo -out:$@ addpm.c \
-link -out:$(BLD)\addpm.exe \
-subsystem:windows -entry:WinMainCRTStartup \
$(SYS_LDFLAGS) $(BASE_LIBS) user32.lib