win32.snmptalk.cfg

来自「wm PNE 3.3 source code, running at more 」· CFG 代码 · 共 62 行

CFG
62
字号
;;;;;; config file for building snmptalk (v3 enabled) on Win32 with MSVC60;;; [assumes a tornado environment; change SRCDIR if this is not the case];;;;;;;;; Copyright 2000-2004 Wind River Systems, Inc.;;; All rights reserved.  Provided under license only.;;; Distribution or other use of this software is only;;; permitted pursuant to the terms of a license agreement;;; from Wind River Systems (and is otherwise prohibited).;;; Refer to that license agreement for terms of use.;;;;;; Copyright 1993-1997 Epilogue Technology Corporation.;;; Copyright 1998 Integrated Systems, Inc.;;; All rights reserved.;;;;;;;;; load system and compiler configurationsloadconfig 'msvc60';;; load configurations from various productsloadconfig 'common/common.cfg'loadconfig 'snmp/envoy.cfg'loadconfig 'demo/snark.cfg';;; set the top-level directory and the port directoryequate SRCDIR '$(WIND_BASE)'equate SOFTPORT '$(SRCDIR)/target/h/wrn/wm/util/port/winsock'equate WMINC '$(SRCDIR)/target/h/'equate MIBCOMPFLAGS '-l $(WIND_BASE)/target/src/wrn/wm/snmp/std-mibs';;; put any modifications to the default configuration here;;; see product documentation for optionsinstall ENVOY_SNMPTALKinstall COMMON_SNPRINTFinstall ENVOY_SNMP_VERSION_3install SNMP_VERSION_3_LICENSEDinstall ENVOY_DESinstall COMMON_MD5install COMMON_SHAinstall COMMON_DESinstall COMMON_HMAC;;; write out install.hwrite-install.h '../../../h/wrn/wm/common/install.h';;; start building makefilesmake-makefile '.';;; Compilation command for GNU Emacs.  Keep this at the end of this file.;;; The lisp expression just sets the compile command for this buffer to;;; the command "makmak <this buffer's file name>".;;;;;; Local Variables:;;; eval: (set (make-local-variable 'compile-command) (concat "makmak " buffer-file-name));;; End:

⌨️ 快捷键说明

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