makefile.hpux11

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

HPUX11
38
字号
  ############################################################################  ##   ##  Makefile.hpux11    ##   ##  ##  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   ##    ##########################################################################*##  Flags: compiler options, search paths#AGENTPPOPTIONS  = -g -DRWSTD_MULTI_THREAD -D_REENTRANTCFLAGS	        = $(AGENTPPOPTIONS)SHARED		= -b +zCLINK		= -c -oARCHIVE         = ar -rvuRANLIB          = ranlibPURIFY		= CPP             = $(PURIFY) aCCinclude common.mk

⌨️ 快捷键说明

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