Build tier1 & mathlib (#2368)

* Build tier1 & mathlib instead of statically linking

* update hl2sdk-manifests

* update hl2sdk-manifests

* update hl2sdk-manifests

* update hl2sdk-manifests

* Update hl2sdk-manifests

* Fix sdkhooks compilation

---------

Co-authored-by: Nicholas Hastings <nshastings@gmail.com>
This commit is contained in:
Benoist 2025-11-08 17:47:35 +01:00 committed by GitHub
parent a401d97b09
commit eb3b4d9822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -30,8 +30,12 @@
#include "sourcemod.h"
#include "sourcemm_api.h"
#ifndef VPROF_ENABLED
#define VPROF_ENABLED
#endif
#ifndef RAD_TELEMETRY_DISABLED
#define RAD_TELEMETRY_DISABLED
#endif
#include <tier0/vprof.h>
VProfTool sVProfTool;

View File

@ -1,6 +1,8 @@
#ifndef _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_
#define _INCLUDE_SOURCEMOD_EXTENSION_PROPER_H_
#include "takedamageinfohack.h"
#include "smsdk_ext.h"
#include <ISDKHooks.h>
#include <convar.h>
@ -15,8 +17,6 @@
#include <itoolentity.h>
#endif
#include "takedamageinfohack.h"
#if SOURCE_ENGINE >= SE_CSS && SOURCE_ENGINE != SE_LEFT4DEAD
#define GETMAXHEALTH_IS_VIRTUAL
#endif