⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gnumakefile

📁 windows gzip source code
💻
字号:
# This makefile has been generated automatically by mwgenmakeC for# compiling MFC application.CUSTOM_RULES = /vobs/ie4/urlmon.templateSOURCES =  \              maketbl.c      \              definit.c    \              deftree.c    \              optfmtch.c     \              infdyna.c      \              infuncmp.c     \              stddebug.c     \              fstenc.c       \              optdebug.c     \              defmisc.c      \              output.c       \              fstdebug.c     \              inflate.c     \              stdenc.c       \              optenc.c       \              stdblock.c     \              optblock.c    \              infinput.c     \              deflate.c      \              api.c          \              gzip.c         \              infstatic.c    \              comninit.c     \	      infinit.c\	      inftree.cINCLUDES += \            -I.\            -I${URLMON_DIR}/inc\            -I${IEDEV_DIR}/inc\            -I${PRIVATE_INCS}WLIB	= gzipLIB	= lib${WLIB}.aCPP_OBJS := ${SOURCES:%.C=%.o}CPP_OBJS := ${CPP_OBJS:%.cpp=%.o}CPP_OBJS := ${CPP_OBJS:%.cxx=%.o}LIBOBJS	 = ${CPP_OBJS:%.c=%.o}SRCS=${SOURCES}## you may define the following variables## RUN.dir      : the directory where you want the executables to go## APP_CFLAGS   : additional compilation flags for C compiler## APP_CCPPFLAGS: additional compilation flags for C++ compiler## APP_LDFLAGS  : additional link flags (maybe specifying DLLs)## MWINIT_DEFINES : list of -D<symbols> used to initialize##        Mainwin in certain specific ways ## MWLOCALES: list of country codes corresponding to the##        resources you have prepared in the res subdirectory## NO_UNICODE = 1APP_CFLAGS += ${URLMON_CFLAGS} ${INCLUDES} ${DEFINES} -DFLAT__cplusplus = trueinclude $(MWHOME)/make.rules.simple

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -