nmakefile

来自「samba最新软件」· 代码 · 共 11 行

TXT
11
字号
INCLUDES=-I CFLAGS=$(INCLUDES) -Zi -nologoall: testmailslot.execlean:	del *~ *.obj testmailslot.exe testmailslot.exe: testmailslot.obj 	$(CC) $(CFLAGS) -o testmailslot.exe testmailslot.obj $(LIBS)

⌨️ 快捷键说明

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