From 158f9b0dc76a37821dc9e1167de0d1d092925029 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Mon, 28 Jun 2010 19:12:05 -0400 Subject: [PATCH] Backed out changeset: 54086a5d694b --- tools/buildbot/PackageScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/PackageScript b/tools/buildbot/PackageScript index 5258c499..1f17d3e7 100644 --- a/tools/buildbot/PackageScript +++ b/tools/buildbot/PackageScript @@ -208,8 +208,8 @@ elif AMBuild.target['platform'] == 'windows': os.path.join('addons', 'sourcemod', 'bin'))) pdb_list.append('loader\\sourcemod_mm.pdb') -AddNormalLibrary('sourcemod.logic', 'bin') AddHL2Library('sourcemod', 'bin') +AddNormalLibrary('sourcemod.logic', 'bin') AddNormalLibrary('sourcepawn.jit.x86', 'bin') AddNormalLibrary('geoip.ext', 'extensions') AddNormalLibrary('dbi.mysql.ext', 'extensions')