📄 win32.snmptalk.cfg
字号:
;;;;;; $Log$;;;;;; Config file for building an SNMP for Windows on Win32 with MSVC 6.0;;; Before using this file define the environment variable "WMINSTALLDIR";;; to be the location of your Wind Manage SNMP installation which must;;; be in a different place than the Tornado installation directory when;;; building snmptalk;;;;;; 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 '$(WMINSTALLDIR)'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 + -