📄 makefile.nt
字号:
## Makefile for Windows NT: Threading usage sample compilation## $Id: makefile.nt,v 1.5 2002/04/11 17:52:33 kav Exp $###############################################!ifndef PROJECT_ROOT # #PROJECT_ROOT=$(MAKEDIR)\..\.. # debug entries #!endif # ################################################include ..\..\config\common_settings.nt.makbuild: Philosophs.exePhilosophs.exe: $(MUTABLE_LIBS) Philosophs.obj ; $(LD) Philosophs.obj $(LDFLAGS) clean: ; @for %i in ( Philosophs.exe Philosophs.obj ) do @if exist %i $(REMOVE) %i
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -