added VS2019 support

debug build requires a little bit of work
This commit is contained in:
EnderZip
2021-09-24 14:52:32 +07:00
parent d248074290
commit 07f0467707
269 changed files with 150556 additions and 30263 deletions

23
external/vpc/tier0/fasttimer.cpp vendored Normal file
View File

@@ -0,0 +1,23 @@
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#include "pch_tier0.h"
#include <stdio.h>
#include "tier0/fasttimer.h"
// NOTE: This has to be the last file included!
//#include "tier0/memdbgon.h"
uint64 g_ClockSpeed; // Clocks/sec
unsigned long g_dwClockSpeed;
double g_ClockSpeedMicrosecondsMultiplier;
double g_ClockSpeedMillisecondsMultiplier;
double g_ClockSpeedSecondsMultiplier;
// Constructor init the clock speed.
CClockSpeedInit g_ClockSpeedInit;