1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 12:36:05 +08:00

Add quick and dirty Win64 static libraries

This commit is contained in:
Scott Ehlert
2015-07-09 13:19:34 -05:00
parent 4e0f6d3c60
commit 9a69b72448
10 changed files with 285 additions and 6 deletions

View File

@ -17,7 +17,7 @@ bool CheckSSETechnology(void) { return false; }
bool CheckSSE2Technology(void) { return false; }
bool Check3DNowTechnology(void) { return false; }
#elif defined( _WIN32 ) && !defined( _X360 )
#elif defined( _WIN32 ) && !defined( _X360 ) && !defined( COMPILER_MSVC64 )
#pragma optimize( "", off )
#pragma warning( disable: 4800 ) //'int' : forcing value to bool 'true' or 'false' (performance warning)