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

📄 makefile

📁 一个很好的unix网络编程框架
💻
字号:
# nmake makefile to set up the source directory for windows

CP = copy

all : source init

source :
	$(CP) makefile.win ..\makefile
	$(CP) skel.h ..

init :
	-mkdir ..\sys
	-mkdir ..\netinet
	-mkdir ..\arpa
	$(CP) unistd.h ..
	$(CP) ip.h ..\netinet
	$(CP) nf ..\netdb.h
	$(CP) nf ..\sys\socket.h
	$(CP) nf ..\sys\wait.h
	$(CP) nf ..\sys\time.h
	$(CP) nf ..\sys\resource.h
	$(CP) nf ..\netinet\in.h
	$(CP) nf ..\netinet\in_systm.h
	$(CP) nf ..\netinet\ip_icmp.h
	$(CP) nf ..\netinet\udp.h
	$(CP) nf ..\arpa\inet.h

⌨️ 快捷键说明

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