Skip to content

Commit

Permalink
Fix: 2021-08-01
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Aug 1, 2021
1 parent 67377ae commit 0d7b890
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build_msvc_winxp.bat
@@ -0,0 +1,10 @@
set VSVARS_PATH="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat"
set QMAKE_PATH="C:\Qt5.6.3\5.6.3\msvc2013\bin\qmake.exe"
set SEVENZIP_PATH="C:\Program Files\7-Zip\7z.exe"

set X_SOURCE_PATH=%~dp0
set X_BUILD_NAME=xapkdetector
set X_BUILD_PREFIX=winxp
set /p X_RELEASE_VERSION=<%X_SOURCE_PATH%\release_version.txt

call %X_SOURCE_PATH%\build_win_generic.cmd

0 comments on commit 0d7b890

Please sign in to comment.