From 366ad7b01ff2a2106aea6b0b89ff63c194595764 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 14 Jun 1995 14:27:43 +0000 Subject: [PATCH] (addpm): Use CFLAGS when compiling. --- nt/makefile.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt/makefile.nt b/nt/makefile.nt index 54bfc8f211e..f3ce9baab48 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 -- 2.39.2