1 Star 0 Fork 164

XiaoTommy / EUX

forked from calvinwilliams / EUX 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
make-install-32bits.bat 1.59 KB
Copy Edit Raw Blame History
calvinwilliams authored 2020-10-11 00:08 . UPDATE TO V1.1.3.0
@echo off
set PARENT_INSTALL_PATH=D:\Program Files
set INSTALL_PATH=%PARENT_INSTALL_PATH%\EUX32
if not exist "%PARENT_INSTALL_PATH%" (
mkdir "%PARENT_INSTALL_PATH%"
)
if not exist "%INSTALL_PATH%" (
mkdir "%INSTALL_PATH%"
)
if not exist "EUX.exe" (
echo *** ERROR : EUX.exe not found
exit 1
) else (
echo "copy EUX.exe %INSTALL_PATH%\"
copy "EUX.exe" "%INSTALL_PATH%\"
)
if not exist "%INSTALL_PATH%\conf" (
mkdir "%INSTALL_PATH%\conf"
)
echo "xcopy conf\*.conf %INSTALL_PATH%\conf\"
xcopy /Y "conf\*.conf" "%INSTALL_PATH%\conf\"
if not exist "%INSTALL_PATH%\test" (
mkdir "%INSTALL_PATH%\test"
)
echo "xcopy test\*.* %INSTALL_PATH%\test\"
xcopy /Y "test\*.*" "%INSTALL_PATH%\test\"
copy /Y AUTHORS "%INSTALL_PATH%\"
copy /Y ChangeLog-CN "%INSTALL_PATH%\"
copy /Y ChangeLog-CN "%INSTALL_PATH%\..\"
copy /Y LICENSE "%INSTALL_PATH%\"
copy /Y LICENSE "%INSTALL_PATH%\"
copy /Y README.md "%INSTALL_PATH%\"
copy /Y README.zh-CN.md "%INSTALL_PATH%\"
REM copy "D:\Work\scintilla-4.3.2\bin\SciLexer.dll" "%INSTALL_PATH%\"
copy "D:\Work\openssl-1.1.1h-win32\bin\libcrypto-1_1.dll" "%INSTALL_PATH%\"
copy "D:\Work\openssl-1.1.1h-win32\bin\libssl-1_1.dll" "%INSTALL_PATH%\"
copy "D:\Work\pcre-7.0-win32\bin\pcre3.dll" "%INSTALL_PATH%\"
copy "D:\Work\curl-7.40.0-devel-mingw32\bin\libcurl.dll" "%INSTALL_PATH%\"
copy "D:\Work\curl-7.40.0-devel-mingw32\bin\libidn-11.dll" "%INSTALL_PATH%\"
copy "D:\Work\curl-7.40.0-devel-mingw32\bin\libeay32.dll" "%INSTALL_PATH%\"
copy "D:\Work\curl-7.40.0-devel-mingw32\bin\ssleay32.dll" "%INSTALL_PATH%\"
copy "D:\Work\curl-7.40.0-devel-mingw32\bin\zlib1.dll" "%INSTALL_PATH%\"
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/xiaomingwu/EUX.git
git@gitee.com:xiaomingwu/EUX.git
xiaomingwu
EUX
EUX
release

Search

344bd9b3 5694891 D2dac590 5694891