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

📄 makefile

📁 一个国外学生做的基于Web浏览器的email程序
💻
字号:
all: email.cgiemail.cgi: email.o address.o display.o security.o utildisplay.o delete.o \send.o utils.o signals.o bothlock.o save.o sent.o attachments.o \inbox.o fullpipe.o	g++ -O -o email.cgi email.o address.o display.o security.o \utildisplay.o delete.o send.o utils.o signals.o bothlock.o save.o \sent.o attachments.o inbox.o fullpipe.o -lcryptemail.o: email.cpp webemail.h	g++ -O -c email.cppaddress.o: address.cpp webemail.h	g++ -O -c address.cpp display.o: display.cpp webemail.h	g++ -O -c display.cppsecurity.o: security.cpp security.h webemail.h	g++ -O -c security.cpputildisplay.o: utildisplay.cpp webemail.h	g++ -O -c utildisplay.cppdelete.o: delete.cpp webemail.h	g++ -O -c delete.cppsend.o: send.cpp webemail.h	g++ -O -c send.cpputils.o: utils.cpp webemail.h	g++ -O -c utils.cppsignals.o: signals.cpp webemail.h	g++ -O -c signals.cppbothlock.o: bothlock.cpp bothlock.h webemail.h	g++ -O -c bothlock.cpp save.o: save.cpp save.h webemail.h	g++ -O -c save.cppsent.o: sent.cpp sent.h webemail.h	g++ -O -c sent.cppattachments.o: attachments.cpp attachments.h webemail.h	g++ -O -c attachments.cppinbox.o: inbox.cpp inbox.h webemail.h	g++ -O -c inbox.cppfullpipe.o: fullpipe.cpp fullpipe.h	g++ -O -c fullpipe.cppclean:	rm -f *.o	rm -f *.cgi

⌨️ 快捷键说明

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