From c9350cc48c99446c4bbcd20d5254b4f7e773be96 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 29 Jul 2007 02:41:56 +0000 Subject: [PATCH] fixed build script --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401214 --- tools/builder/PkgCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/builder/PkgCore.cs b/tools/builder/PkgCore.cs index 62a5b105..5dd5f7d4 100644 --- a/tools/builder/PkgCore.cs +++ b/tools/builder/PkgCore.cs @@ -128,7 +128,7 @@ namespace builder libs[7].Destination = "addons/sourcemod/extensions"; libs[7].LocalPath = "extensions/sqlite"; libs[7].Name = "dbi.sqlite.ext"; - libs[7].ProjectFile = "sqlite"; + libs[7].ProjectFile = "sm_sqlite"; return libs; }