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

📄 makefile.dj

📁 功能最强大的网络爬虫,希望大家好好学习啊,好好研究啊
💻 DJ
字号:
##  Adapted for djgpp / Watt-32 / DOS by#  Gisle Vanem <giva@bgnett.no>#include ../../packages/DOS/common.djCFLAGS += -I../../include -DFALSE=0 -DTRUE=1LIBS = ../../lib/libcurl.aifeq ($(USE_SSL),1)  LIBS += $(OPENSSL_ROOT)/lib/libssl.a $(OPENSSL_ROOT)/lib/libcrypt.aendifLIBS += $(WATT32_ROOT)/lib/libwatt.a $(ZLIB_ROOT)/libz.aPROGRAMS  = fopen.exe ftpget.exe ftpgetresp.exe ftpupload.exe \            getinmemory.exe http-post.exe httpput.exe multi-app.exe \            multi-double.exe multi-post.exe multi-single.exe \            persistant.exe post-callback.exe postit2.exe \            sepheaders.exe simple.exe simplessl.exe https.exe \            ftp3rdparty.exe getinfo.exe anyauthput.exe \            cookie_interface.exeall: $(PROGRAMS)%.exe: %.c	$(CC) $(CFLAGS) -o $@ $^ $(LIBS)	@echoclean:	rm -f $(PROGRAMS)

⌨️ 快捷键说明

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