Skip to content

Commit 91691e6

Browse files
committed
Remove bms patch and fix compilation
1 parent 7e9a70d commit 91691e6

File tree

4 files changed

+4
-1720
lines changed

4 files changed

+4
-1720
lines changed

src/core/patches/bms/patches.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,3 @@
2323
* all respects for all other code used. Additionally, the Source.Python
2424
* Development Team grants this exception to all derivative works.
2525
*/
26-
27-
#include "public/tier0/threadtools.h"
28-
#ifndef PATCH_UPDATE_AUTO_LOCK
29-
// TODO: Create a real fix for this!
30-
#error "Fix typeof compiler error."
31-
#endif

src/makefiles/branch/bms.cmake

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
# Set the engine version.
88
# ------------------------------------------------------------------
99
Set(SOURCE_ENGINE "bms")
10-
add_definitions(-DENGINE_BMS -DENGINE_BRANCH_BMS)
10+
add_definitions(-DENGINE_BMS -DENGINE_BRANCH_BMS)
11+
12+
Set(SOURCEPYTHON_LINK_LIBRARIES
13+
legacy_stdio_definitions.lib)

src/patches/bms/lib/public/tier1.lib

-6.16 MB
Binary file not shown.

0 commit comments

Comments
 (0)