📄 comp_set_variables.bat
字号:
@REM $Id: COMP_SET_VARIABLES.BAT 4154 2005-04-01 16:34:43Z wpc0756\Emmanuel $
REM *** Name of the project (used for base installation path, zip file name and cleanup batch)
SET PROJECT=WebReplay
SET COMPANY_NAME=Emmanuel
REM SET MYSQL_OLD_INSTALL_DIR=C:\mysql
REM Utilise un chemin "compatible DOS" (SHORT PATH; 8.3) pour le chemin qui contient des espaces
REM FOR %%P IN ("C:\Program Files\MySQL\MySQL Server 4.1") DO SET MYSQL_INSTALL_DIR=%%~sP
REM *** List of data files (Readme.txt, Readme.htm)
SET DATA_FILES=Readme.htm WebReplay.gif WebReplay.jpg WebReplayScenario1.xml WebReplayScenario2.xml WebReplayScenario3.xml
REM *** List of files built by the project (usually %PROJECT%.dll)
SET BUILT_FILES=%PROJECT%.exe
REM *** List of additional DLL files to ship (usually empty)
REM SET ADD_DLL_FILES=
REM *** List of runtime DLL files to ship (usually msvcr70.dll and possibly mfc70.dll)
SET RUNTIME_DLL_FILES=msvcr70.dll mfc70.dll
REM *** List of COM object to register (usually %PROJECT%.dll)
REM SET COM_OBJECTS_TO_REGISTER=%PROJECT%.dll
REM *** Additional installation path for all DLLs (possibly C:\MySql\bin\)
REM SET ADD_DLL_INSTALL_PATH=%MYSQL_INSTALL_DIR%\bin\ %MYSQL_OLD_INSTALL_DIR%\bin\
REM *** List of batch files to ship (COMP_SETUP.BAT COMP_UNINSTALL.BAT)
SET BATCH_FILES=COMP_SETUP.BAT COMP_UNINSTALL.BAT
REM *** Define a list of Windows Services that must be restarted during SETUP/INSTALLATION
REM You should use INTERNAL NAMES of services, i.e.:
REM - Microsoft Internet Information Server: "W3SVC" and "IISADMIN"
REM - MySQL: "MySQL" (easy!)
REM SET STOP_SERVICES=MySQL
REM SET START_SERVICES=MySQL
REM Note that there is no need to restart the IISADMIN service (this is done automatically)
REM *** List of MySQL Functions to CREATE, based on project name as the implementation DLL
REM SET MYSQL_FUNCTIONS=
REM *** List of AGGREGATE MySQL Functions to CREATE, based on project name as the implementation DLL
REM SET MYSQL_FUNCTIONS_AGGREGATE=
REM *** Login and Password for MySQL Server
REM SET MYSQL_USER=root
REM SET MYSQL_PASSWORD=
REM ********************************* DO NOT CHANGE ANYTHING BELOW THIS LINE
SET ZIP_FILE=..\%PROJECT%Setup.zip
SET ZIPEXE_FILE=..\%PROJECT%Setup.exe
SET ZIPSRC_FILE=..\%PROJECT%_src.zip
REM *** Executable path for Winzip command-line add-on (used to build the zip file)
SET WINZIP_CMD=C:\Program Files\WinZip\WZZIP.EXE
REM *** Executable path for Zipcentral command-line (used to convert the zip file into self-extracting executable)
SET ZIPCENTRAL=C:\Program Files\ZipCentral\ZCENTRAL.EXE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -