makefile
来自「图片显示,电脑光于望技术湖连望键往,网络」· 代码 · 共 10 行
TXT
10 行
include ./Makefile.defs
#
# compile the demo2 for libxml2
# create by zhaoqing wang 03/24/2004
#
#
testSAX: testSAX.c
cl -c testSAX.c $(INC)
link /out:testSAX.exe $(MYLIBPATH) testSAX.obj $(MYLIB) $(MSLIB)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?