?? 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 + -