Makefile.emx (muscle7.61) | : | Makefile.emx (muscle7.62) | ||
---|---|---|---|---|
skipping to change at line 14 | skipping to change at line 14 | |||
# To compile, or to compile and test, type: | # To compile, or to compile and test, type: | |||
# | # | |||
# make -fmakefile.emx; make test -fmakefile.emx | # make -fmakefile.emx; make test -fmakefile.emx | |||
# | # | |||
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. -lzlib | LDLIBS=-L. -lzlib | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |