makelib.hp
来自「that is a useful book for people who lik」· HP 代码 · 共 15 行
HP
15 行
# Sample makefile for HP-UX## The following directory-specifications will need modification#X11DIR=/usr/contrib/mitX11R5XPSDIR = /home/jost/XPSINCFLAG = -I$(XPSDIR) -I$(X11DIR)/include -I$(X11DIR)/include/X11XPS: $(XPSDIR)/XPSgraph.c cc -g -c -o $(XPSDIR)/hp/XPSgraph.o $(INCFLAG) $(XPSDIR)/XPSgraph.c lib: $(XPSDIR)/XPSgraph.o ar r $(XPSDIR)/hp/libxps.a $(XPSDIR)/hp/XPSgraph.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?