changeset 12217:b6a4061104a5

(addpm): Use CFLAGS when compiling.
author Richard M. Stallman <rms@gnu.org>
date Wed, 14 Jun 1995 14:27:43 +0000
parents 1072f05f6561
children a4f383dd5adb
files nt/makefile.nt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nt/makefile.nt	Wed Jun 14 14:21:09 1995 +0000
+++ b/nt/makefile.nt	Wed Jun 14 14:27:43 1995 +0000
@@ -26,7 +26,7 @@
 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