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

📄 makefile.ini

📁 远程桌面连接工具
💻 INI
字号:
# $XConsortium: Makefile.ini,v 1.2 94/04/17 14:55:28 gildea Exp $## A way to get lndir built the first time, before you have imake up# and running.  You may well have to specify OSFLAGS=-D<something> to# get it to compile, which values are embedded in config files.  What# you would pass as BOOTSTRAPCFLAGS might work.OSFLAGS = CC = ccCDEBUGFLAGS = -OINCLUDES = -I.CFLAGS = $(OSFLAGS) $(CDEBUGFLAGS) $(INCLUDES)SHELL = /bin/shRM = rm -fLN = ln -slndir:	$(LN) ../../include X11	$(CC) -o lndir $(CFLAGS) lndir.c	$(RM) X11

⌨️ 快捷键说明

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