build_releases.bat

来自「入侵检测SNORT.最近更新的基于网络检测的IDS.希望能给大家带来方便.」· Batch 代码 · 共 25 行

BAT
25
字号
@echo off

REM $Id$

REM -- --------------------------------------------------------------
REM -- If you are having problems running "NMAKE", you probably
REM -- haven't configured the proper paths.  Uncomment the following
REM -- line to help configure this properly.  You will need to update
REM -- the line to reflect whichever drive/path you specified when
REM -- installing Visual C++ 6.0.
REM -- --------------------------------------------------------------
REM call "C:\Program Files\Microsoft Visual Studio\VC98\Bin\vcvars32.bat"


DEL snort___Win32_MySQL_Release\snort.exe
DEL snort___Win32_SQLServer_Release\snort.exe
DEL snort___Win32_Oracle_Release\snort.exe


NMAKE /f "snort.mak" CFG="snort - Win32 MySQL Release"

NMAKE /f "snort.mak" CFG="snort - Win32 SQLServer Release"

NMAKE /f "snort.mak" CFG="snort - Win32 Oracle Release"

⌨️ 快捷键说明

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