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