makefile.nt
来自「遗传算法的一个库」· NT 代码 · 共 19 行
NT
19 行
## Project ptrs; Makefile for Windows; compilation of test application## $Id: Makefile.nt,v 1.1 2002/03/16 19:03:59 kav Exp $###############################################!ifndef PROJECT_ROOT # #PROJECT_ROOT=$(MAKEDIR)\..\.. # debug entries #!endif # ################################################include ..\..\config\common_settings.nt.makbuild: demo.exedemo.exe: demo.obj ; $(LD) demo.obj $(LDFLAGS) clean: ; @for %i in ( demo.exe demo.obj ) do @if exist %i $(REMOVE) %i
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?