Skip to content
Snippets Groups Projects
Commit 366c05de authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't build sbbsexec.dll by default for debug builds

This build is touchy and requires an explicit path to a Win10 SDK
directory, so just disable by default for (for debug build). We still
want this built by default for CI, which are release builds.
parent 17a67ee9
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2511 passed
......@@ -255,7 +255,6 @@ Global
{B84CB739-8425-4612-BDEF-B292BEAE858F}.Release|Win32.ActiveCfg = Release|Win32
{B84CB739-8425-4612-BDEF-B292BEAE858F}.Release|Win32.Build.0 = Release|Win32
{AF4DBBF1-F99A-4DFF-8991-0B98B581151B}.Debug|Win32.ActiveCfg = Debug|Win32
{AF4DBBF1-F99A-4DFF-8991-0B98B581151B}.Debug|Win32.Build.0 = Debug|Win32
{AF4DBBF1-F99A-4DFF-8991-0B98B581151B}.Release|Win32.ActiveCfg = Release|Win32
{AF4DBBF1-F99A-4DFF-8991-0B98B581151B}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment