?? makefile.dj
字號:
# $Id: makefile.dj,v 1.8 2007-09-13 20:36:52 danf Exp $## Adapted for djgpp / Watt-32 / DOS by# Gisle Vanem <giva@bgnett.no>#TOPDIR = ../..include $(TOPDIR)/packages/DOS/common.djCFLAGS += -DFALSE=0 -DTRUE=1LIBS = $(TOPDIR)/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.aCSOURCES = fopen.c ftpget.c ftpgetresp.c ftpupload.c getinmemory.c \ http-post.c httpput.c https.c multi-app.c multi-double.c \ multi-post.c multi-single.c persistant.c post-callback.c \ postit2.c sepheaders.c simple.c simplepost.c simplessl.c \ multi-debugcallback.c fileupload.c getinfo.c anyauthput.c \ 10-at-a-time.c # ftpuploadresume.c cookie_interface.cPROGRAMS = $(CSOURCES:.c=.exe)all: $(PROGRAMS) @echo Welcome to libcurl example program%.exe: %.c $(CC) $(CFLAGS) -o $@ $^ $(LIBS) @echoclean vclean realclean: - rm -f $(PROGRAMS) depend.dj-include depend.dj
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -