From: Richard M. Stallman Date: Wed, 14 Jun 1995 14:27:43 +0000 (+0000) Subject: (addpm): Use CFLAGS when compiling. X-Git-Tag: emacs-19.34~3642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=366ad7b01ff2a2106aea6b0b89ff63c194595764;p=emacs.git (addpm): Use CFLAGS when compiling. --- 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