makefile.linux

来自「JdonFramework need above jdk 1.4.0This v」· LINUX 代码 · 共 34 行

LINUX
34
字号
  ############################################################################  ##   ##  Makefile.linux    ##   ##  ##  AgentX++ v1.4.15  ##  ---------------------------------------------------------  ##  Copyright (C) 2000-2006, Frank Fock, All rights reserved.  ##    ##  Use of this software is subject to the license agreement you received  ##  with this software and which can be downloaded from   ##  http:/www.agentpp.com  ##  ##  This is licensed software and may not be used in a commercial  ##  environment, except for evaluation purposes, unless a valid  ##  license has been purchased.  ##  ##  Last updated: Fri Jun 16 20:00:36 CEST 2006   ##    ##########################################################################*CFLAGS	        = -g -WallCLINK		= -c -oCC              = ccCPP             = g++RM              = rm -f include common.mk

⌨️ 快捷键说明

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