makefile.nt

来自「遗传算法的一个库」· NT 代码 · 共 17 行

NT
17
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?