Clean up project configs. Remove Win32 targets. Enforce that GP_DEBUG_CONFIG is set correctly.

This commit is contained in:
elasota
2020-09-12 23:07:44 -04:00
parent b23bb93506
commit 1fb135a6d2
34 changed files with 47 additions and 1494 deletions

View File

@@ -193,7 +193,7 @@ void OpenMainWindow (void)
}
else
{
#ifdef NDEBUG
#if !GP_DEBUG_CONFIG
PortabilityLayer::WindowManager::GetInstance()->SetBackgroundColor(0, 0, 0);
#else
PortabilityLayer::WindowManager::GetInstance()->SetBackgroundColor(51, 0, 0);