1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(addpm): Use CFLAGS when compiling.

This commit is contained in:
Richard M. Stallman 1995-06-14 14:27:43 +00:00
parent 3999f9611c
commit 366ad7b01f

View File

@ -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