Commit Graph

3 Commits

Author SHA1 Message Date
Cheng
f999a8280d
msvc/winConfigDebug.bat
and
msvc/winConfigRelease.bat
have been broken for a very long time
and I never tested them.
2024-02-21 14:40:57 +10:00
Cheng
8bf4bc083d
moved wallet.sln to its proper directory 2024-02-14 22:03:41 +10:00
Cheng
ac7f6806eb
I suffered greatly trying to get the libraries to build correctly
Because one has to separately specify build characteristics in
many different places it is quite difficult to make sure the right
things are linking the right things.

I added the two files msvc/winConfigDebug.bat msvc/winConfigRelease.bat
To build only the libaries that should be linked, so we will get an
error message if a release build links to a debug build.
2023-09-18 07:10:41 +10:00