forked from cheng/wallet
moved wallet.sln to its proper directory
This commit is contained in:
parent
fac065506c
commit
8bf4bc083d
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.7.34031.279
|
VisualStudioVersion = 17.7.34031.279
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wallet", "msvc\wallet.vcxproj", "{B1EC18D5-FA70-4A59-8CAE-EDC65A358314}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wallet", "wallet.vcxproj", "{B1EC18D5-FA70-4A59-8CAE-EDC65A358314}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
@ -2,14 +2,14 @@ echo on
|
|||||||
call C:\"Program Files (x86)"\"Microsoft Visual Studio"\2022\BuildTools\VC\Auxiliary\Build\vcvarsamd64_x86.bat
|
call C:\"Program Files (x86)"\"Microsoft Visual Studio"\2022\BuildTools\VC\Auxiliary\Build\vcvarsamd64_x86.bat
|
||||||
call C:\"Program Files"\"Microsoft Visual Studio"\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
|
call C:\"Program Files"\"Microsoft Visual Studio"\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
echo on
|
echo on
|
||||||
msbuild wallet.sln -p:Configuration=Debug;Platform=x64 -m
|
msbuild msvc/wallet.sln -p:Configuration=Debug;Platform=x64 -m
|
||||||
echo off
|
echo off
|
||||||
IF %ERRORLEVEL% NEQ 0 (
|
IF %ERRORLEVEL% NEQ 0 (
|
||||||
PAUSE
|
PAUSE
|
||||||
GOTO:EOF
|
GOTO:EOF
|
||||||
)
|
)
|
||||||
echo on
|
echo on
|
||||||
msbuild wallet.sln -p:Configuration=Release;Platform=x64 -m
|
msbuild msvc/wallet.sln -p:Configuration=Release;Platform=x64 -m
|
||||||
echo off
|
echo off
|
||||||
IF %ERRORLEVEL% NEQ 0 (
|
IF %ERRORLEVEL% NEQ 0 (
|
||||||
PAUSE
|
PAUSE
|
||||||
|
@ -95,14 +95,14 @@ IF %ERRORLEVEL% NEQ 0 (
|
|||||||
|
|
||||||
echo on
|
echo on
|
||||||
cd ..\..\..
|
cd ..\..\..
|
||||||
msbuild wallet.sln -p:Configuration=Debug;Platform=x64 -m
|
msbuild msvc/wallet.sln -p:Configuration=Debug;Platform=x64 -m
|
||||||
echo off
|
echo off
|
||||||
IF %ERRORLEVEL% NEQ 0 (
|
IF %ERRORLEVEL% NEQ 0 (
|
||||||
PAUSE
|
PAUSE
|
||||||
GOTO:EOF
|
GOTO:EOF
|
||||||
)
|
)
|
||||||
echo on
|
echo on
|
||||||
msbuild wallet.sln -p:Configuration=Release;Platform=x64 -m
|
msbuild msvc/wallet.sln -p:Configuration=Release;Platform=x64 -m
|
||||||
echo off
|
echo off
|
||||||
IF %ERRORLEVEL% NEQ 0 (
|
IF %ERRORLEVEL% NEQ 0 (
|
||||||
PAUSE
|
PAUSE
|
||||||
|
@ -81,7 +81,7 @@ IF %ERRORLEVEL% NEQ 0 (
|
|||||||
|
|
||||||
|
|
||||||
cd ..\..\..
|
cd ..\..\..
|
||||||
msbuild wallet.sln -p:Configuration=Debug;Platform=x64 -m
|
msbuild msvc/wallet.sln -p:Configuration=Debug;Platform=x64 -m
|
||||||
.\build\Debug\wallet.exe --complete --test
|
.\build\Debug\wallet.exe --complete --test
|
||||||
echo off
|
echo off
|
||||||
IF %ERRORLEVEL% NEQ 0 (
|
IF %ERRORLEVEL% NEQ 0 (
|
||||||
|
@ -84,7 +84,7 @@ IF %ERRORLEVEL% NEQ 0 (
|
|||||||
|
|
||||||
echo on
|
echo on
|
||||||
cd ..\..\..
|
cd ..\..\..
|
||||||
msbuild wallet.sln -p:Configuration=Release;Platform=x64 -m
|
msbuild msvc/wallet.sln -p:Configuration=Release;Platform=x64 -m
|
||||||
echo off
|
echo off
|
||||||
IF %ERRORLEVEL% NEQ 0 (
|
IF %ERRORLEVEL% NEQ 0 (
|
||||||
PAUSE
|
PAUSE
|
||||||
|
@ -2,18 +2,7 @@ echo on
|
|||||||
call C:\"Program Files (x86)"\"Microsoft Visual Studio"\2022\BuildTools\VC\Auxiliary\Build\vcvarsamd64_x86.bat
|
call C:\"Program Files (x86)"\"Microsoft Visual Studio"\2022\BuildTools\VC\Auxiliary\Build\vcvarsamd64_x86.bat
|
||||||
call C:\"Program Files"\"Microsoft Visual Studio"\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
|
call C:\"Program Files"\"Microsoft Visual Studio"\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||||
echo on
|
echo on
|
||||||
cd wxWidgets\build\msw
|
msbuild msvc/wallet.sln -p:Configuration=Debug;Platform=x64 -m
|
||||||
echo on
|
|
||||||
msbuild wx_vc17.sln -m -p:Configuration=Debug;Platform=x64;PlatformToolset=v143;WindowsTargetPlatformVersion=10.0
|
|
||||||
echo off
|
|
||||||
IF %ERRORLEVEL% NEQ 0 (
|
|
||||||
PAUSE
|
|
||||||
GOTO:EOF
|
|
||||||
)
|
|
||||||
|
|
||||||
echo on
|
|
||||||
cd ..\..\..
|
|
||||||
msbuild wallet.sln -p:Configuration=Debug;Platform=x64 -m
|
|
||||||
echo off
|
echo off
|
||||||
IF %ERRORLEVEL% NEQ 0 (
|
IF %ERRORLEVEL% NEQ 0 (
|
||||||
PAUSE
|
PAUSE
|
||||||
|
Loading…
Reference in New Issue
Block a user