1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-03-22 13:19:40 +01:00

PDB and DLL for Dark Messiah binary is now added to symbol server.

DS, what are we going to do with you...
This commit is contained in:
Scott Ehlert 2009-02-18 02:13:00 -06:00
parent fe9cb91881
commit e8c1c45e71

View File

@ -24,6 +24,7 @@ symstore("loader\\msvc9\\server.*", $version);
symstore("core-legacy\\msvc9\\Release\\metamod.1.ep1.*", $version);
symstore("core\\msvc9\\Release - Orange Box\\metamod.2.ep2.*", $version);
symstore("core\\msvc9\\Release - Left 4 Dead\\metamod.2.l4d.*", $version);
symstore("core\\msvc9\\Release - Dark Messiah\\metamod.2.darkm.*", $version);
#Lowercase DLLs. Sigh.
my (@files);