Added sourcemod.logic to package script.

This commit is contained in:
David Anderson 2009-08-30 12:06:32 -07:00
parent 0a060982e3
commit a439c3be3c

View File

@ -204,6 +204,7 @@ elif AMBuild.target['platform'] == 'windows':
pdb_list.append('loader\\sourcemod_mm.pdb')
AddHL2Library('sourcemod', 'bin')
AddNormalLibrary('sourcemod.logic', 'bin')
AddNormalLibrary('sourcepawn.jit.x86', 'bin')
AddNormalLibrary('geoip.ext', 'extensions')
AddNormalLibrary('dbi.mysql.ext', 'extensions')