From 6434c4db770e50840f59832c0f027fbe37e9d7e5 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Sun, 8 Mar 2015 23:45:27 +0100 Subject: [PATCH] VFS: Update AMbuild and VS project files --- amxmodx/AMBuilder | 1 + amxmodx/msvc12/amxmodx_mm.vcxproj | 3 +++ amxmodx/msvc12/amxmodx_mm.vcxproj.filters | 9 +++++++++ 3 files changed, 13 insertions(+) diff --git a/amxmodx/AMBuilder b/amxmodx/AMBuilder index aa5f4127..6f1bd3b0 100644 --- a/amxmodx/AMBuilder +++ b/amxmodx/AMBuilder @@ -93,6 +93,7 @@ binary.sources = [ 'cvars.cpp', '../public/memtools/CDetour/detours.cpp', '../public/memtools/CDetour/asm/asm.c', + 'CLibrarySys.cpp', ] if builder.target_platform == 'windows': diff --git a/amxmodx/msvc12/amxmodx_mm.vcxproj b/amxmodx/msvc12/amxmodx_mm.vcxproj index 3378a72a..4cdb7d2d 100644 --- a/amxmodx/msvc12/amxmodx_mm.vcxproj +++ b/amxmodx/msvc12/amxmodx_mm.vcxproj @@ -256,6 +256,7 @@ + @@ -334,9 +335,11 @@ + + diff --git a/amxmodx/msvc12/amxmodx_mm.vcxproj.filters b/amxmodx/msvc12/amxmodx_mm.vcxproj.filters index 7c34bc41..7270a8b4 100644 --- a/amxmodx/msvc12/amxmodx_mm.vcxproj.filters +++ b/amxmodx/msvc12/amxmodx_mm.vcxproj.filters @@ -277,6 +277,9 @@ Third Party\Hashing\hashers + Source Files + + Source Files @@ -475,6 +478,12 @@ Third Party\Hashing\hashers + + + Header Files + + + Header Files