Makefile.dj2 (muscle7.61) | : | Makefile.dj2 (muscle7.62) | ||
---|---|---|---|---|
skipping to change at line 32 | skipping to change at line 32 | |||
# - - - - - | # - - - - - | |||
# Alternately, these variables may be defined below, overriding the values | # Alternately, these variables may be defined below, overriding the values | |||
# in djgpp.env, as | # in djgpp.env, as | |||
# INCLUDE_PATH=c:\usr\include | # INCLUDE_PATH=c:\usr\include | |||
# LIBRARY_PATH=c:\usr\lib | # LIBRARY_PATH=c:\usr\lib | |||
CC=gcc | CC=gcc | |||
#CFLAGS=-MMD -O | #CFLAGS=-MMD -O | |||
#CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 | #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7 | |||
#CFLAGS=-MMD -g -DDEBUG | #CFLAGS=-MMD -g -DZLIB_DEBUG | |||
CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ | CFLAGS=-MMD -O3 $(BUTT) -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ | |||
-Wstrict-prototypes -Wmissing-prototypes | -Wstrict-prototypes -Wmissing-prototypes | |||
# If cp.exe is available, replace "copy /Y" with "cp -fp" . | # If cp.exe is available, replace "copy /Y" with "cp -fp" . | |||
CP=copy /Y | CP=copy /Y | |||
# If gnu install.exe is available, replace $(CP) with ginstall. | # If gnu install.exe is available, replace $(CP) with ginstall. | |||
INSTALL=$(CP) | INSTALL=$(CP) | |||
# The default value of RM is "rm -f." If "rm.exe" is found, comment out: | # The default value of RM is "rm -f." If "rm.exe" is found, comment out: | |||
RM=del | RM=del | |||
LDLIBS=-L. -lz | LDLIBS=-L. -lz | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |