Skip to content

Commit 0d7b890

Browse files
committed
Fix: 2021-08-01
1 parent 67377ae commit 0d7b890

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build_msvc_winxp.bat

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
set VSVARS_PATH="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat"
2+
set QMAKE_PATH="C:\Qt5.6.3\5.6.3\msvc2013\bin\qmake.exe"
3+
set SEVENZIP_PATH="C:\Program Files\7-Zip\7z.exe"
4+
5+
set X_SOURCE_PATH=%~dp0
6+
set X_BUILD_NAME=xapkdetector
7+
set X_BUILD_PREFIX=winxp
8+
set /p X_RELEASE_VERSION=<%X_SOURCE_PATH%\release_version.txt
9+
10+
call %X_SOURCE_PATH%\build_win_generic.cmd

0 commit comments

Comments
 (0)