some abi fixes for fpc
This commit is contained in:
@@ -122,9 +122,9 @@ CUtlString CMSVCLinker::Link( LinkProject_t *pProject )
|
||||
Plat_FatalErrorFunc("m_szName must be present\n");
|
||||
}
|
||||
|
||||
if (pProject->m_target.kernel != TARGET_KERNEL_WINDOWS_MSVC)
|
||||
if (pProject->m_target.kernel != TARGET_KERNEL_WINDOWS)
|
||||
{
|
||||
Plat_FatalErrorFunc("target must be TARGET_KERNEL_WINDOWS_MSVC\n");
|
||||
Plat_FatalErrorFunc("target must be TARGET_KERNEL_WINDOWS\n");
|
||||
}
|
||||
|
||||
// Find a name for the file
|
||||
|
||||
Reference in New Issue
Block a user