mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-18 13:32:40 +00:00
Clean up project configs. Remove Win32 targets. Enforce that GP_DEBUG_CONFIG is set correctly.
This commit is contained in:
@@ -100,7 +100,7 @@ void GpLogDriver_Win32::InitInternal()
|
||||
if (m_stream)
|
||||
{
|
||||
this->Printf(IGpLogDriver::Category_Information, GP_APPLICATION_NAME " build " __TIMESTAMP__);
|
||||
#ifdef NDEBUG
|
||||
#if !GP_DEBUG_CONFIG
|
||||
this->Printf(IGpLogDriver::Category_Information, "Configuration: Release");
|
||||
#else
|
||||
this->Printf(IGpLogDriver::Category_Information, "Configuration: Debug");
|
||||
|
||||
Reference in New Issue
Block a user