diff --git a/sourcepawn/jit/Makefile b/sourcepawn/jit/Makefile
index 5299aef5..202be411 100644
--- a/sourcepawn/jit/Makefile
+++ b/sourcepawn/jit/Makefile
@@ -19,6 +19,7 @@ OBJECTS = dll_exports.cpp \
engine2.cpp \
BaseRuntime.cpp \
jit_function.cpp \
+ md5/md5.cpp \
zlib/adler32.c \
zlib/compress.c \
zlib/crc32.c \
diff --git a/sourcepawn/jit/msvc10/jit-x86.vcxproj b/sourcepawn/jit/msvc10/jit-x86.vcxproj
index 250ccba9..32fa151a 100644
--- a/sourcepawn/jit/msvc10/jit-x86.vcxproj
+++ b/sourcepawn/jit/msvc10/jit-x86.vcxproj
@@ -119,6 +119,7 @@
+
@@ -145,6 +146,7 @@
+
diff --git a/sourcepawn/jit/msvc10/jit-x86.vcxproj.filters b/sourcepawn/jit/msvc10/jit-x86.vcxproj.filters
index 65996688..f2f2205b 100644
--- a/sourcepawn/jit/msvc10/jit-x86.vcxproj.filters
+++ b/sourcepawn/jit/msvc10/jit-x86.vcxproj.filters
@@ -19,6 +19,9 @@
{be3a7952-1237-418c-82bb-d56f3b0f9204}
+
+ {a4ac4f24-40e4-481c-9bd8-42a6f5b379f0}
+
@@ -87,6 +90,9 @@
zlib
+
+ md5
+
@@ -137,6 +143,9 @@
SDK
+
+ md5
+