forked from cheng/wallet
Now using vs22 build of mpir
This commit is contained in:
parent
189a699152
commit
90465409f0
@ -44,13 +44,13 @@
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
<IncludePath>GSL\include;wxWidgets\include\msvc;wxWidgets\include;libsodium\src\libsodium\include;mpir;$(IncludePath)</IncludePath>
|
||||
<LibraryPath>wxWidgets\lib\vc_x64_lib\;libsodium\Build\Debug\X64;mpir\msvc\vs19\lib_mpir_cxx\x64\Debug;mpir\msvc\vs19\lib_mpir_gc\x64\Debug;$(LibraryPath)</LibraryPath>
|
||||
<LibraryPath>wxWidgets\lib\vc_x64_lib\;libsodium\Build\Debug\X64;mpir\lib\x64\Debug;$(LibraryPath)</LibraryPath>
|
||||
<CustomBuildAfterTargets />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<IncludePath>GSL\include;wxWidgets\include\msvc;wxWidgets\include;libsodium\src\libsodium\include;mpir;$(IncludePath)</IncludePath>
|
||||
<LibraryPath>wxWidgets\lib\vc_x64_lib\;libsodium\Build\Release\X64;mpir\msvc\vs19\lib_mpir_cxx\x64\Release;mpir\msvc\vs19\lib_mpir_gc\x64\Release;$(LibraryPath)</LibraryPath>
|
||||
<LibraryPath>wxWidgets\lib\vc_x64_lib\;libsodium\Build\Release\X64;mpir\lib\x64\Release;$(LibraryPath)</LibraryPath>
|
||||
<CustomBuildAfterTargets />
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
|
@ -23,7 +23,7 @@ IF %ERRORLEVEL% NEQ 0 (
|
||||
GOTO:EOF
|
||||
)
|
||||
echo on
|
||||
cd ..\mpir\msvc\vs19
|
||||
cd ..\mpir\msvc\vs22
|
||||
call msbuild.bat gc lib x64 Debug
|
||||
echo off
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
|
@ -40,7 +40,7 @@ cat $src | sed 's/SET[[:blank:]]\+CFLAGS=%CFLAGS%[[:blank:]]\(.*\)\/MT\(.*\)DSOD
|
||||
unix2dos tempx
|
||||
mv -v tempx $src
|
||||
|
||||
src=mpir/msvc/vs19/lib_mpir_gc/lib_mpir_gc.vcxproj
|
||||
src=mpir/msvc/vs22/lib_mpir_gc/lib_mpir_gc.vcxproj
|
||||
dest=$src
|
||||
cat $src | grep -v RuntimeLibrary | sed 's/^\(.*\)<PreprocessorDefinitions>NDEBUG\(.*\)$/\1<PreprocessorDefinitions>NDEBUG\2\
|
||||
<RuntimeLibrary>MultiThreadedDLL<\/RuntimeLibrary>/g' | sed 's/<PlatformToolset>v[[:digit:]]\{3\}/<PlatformToolset>v143/g' | sed 's/^\(.*\)<PreprocessorDefinitions>_DEBUG\(.*\)$/\1<PreprocessorDefinitions>_DEBUG\2\
|
||||
@ -48,7 +48,7 @@ cat $src | grep -v RuntimeLibrary | sed 's/^\(.*\)<PreprocessorDefinitions>NDEBU
|
||||
unix2dos tempx
|
||||
mv -v tempx $dest
|
||||
|
||||
src=mpir/msvc/vs19/dll_mpir_gc/dll_mpir_gc.vcxproj
|
||||
src=mpir/msvc/vs22/dll_mpir_gc/dll_mpir_gc.vcxproj
|
||||
dest=$src
|
||||
cat $src | grep -v RuntimeLibrary | sed 's/^\(.*\)<PreprocessorDefinitions>NDEBUG\(.*\)$/\1<PreprocessorDefinitions>NDEBUG\2\
|
||||
<RuntimeLibrary>MultiThreadedDLL<\/RuntimeLibrary>/g' | sed 's/<PlatformToolset>v[[:digit:]]\{3\}/<PlatformToolset>v143/g' | sed 's/^\(.*\)<PreprocessorDefinitions>_DEBUG\(.*\)$/\1<PreprocessorDefinitions>_DEBUG\2\
|
||||
@ -56,7 +56,7 @@ cat $src | grep -v RuntimeLibrary | sed 's/^\(.*\)<PreprocessorDefinitions>NDEBU
|
||||
unix2dos tempx
|
||||
mv -v tempx $dest
|
||||
|
||||
src=mpir/msvc/vs19/lib_mpir_cxx/lib_mpir_cxx.vcxproj
|
||||
src=mpir/msvc/vs22/lib_mpir_cxx/lib_mpir_cxx.vcxproj
|
||||
dest=$src
|
||||
cat $src | grep -v RuntimeLibrary | sed 's/^\(.*\)<PreprocessorDefinitions>NDEBUG\(.*\)$/\1<PreprocessorDefinitions>NDEBUG\2\
|
||||
<RuntimeLibrary>MultiThreadedDLL<\/RuntimeLibrary>/g' | sed 's/<PlatformToolset>v[[:digit:]]\{3\}/<PlatformToolset>v143/g' | sed 's/^\(.*\)<PreprocessorDefinitions>_DEBUG\(.*\)$/\1<PreprocessorDefinitions>_DEBUG\2\
|
||||
|
Loading…
Reference in New Issue
Block a user