📄 win32.snmptalk.cfg
字号:
;;;;;; 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -