Fix symstore.

This commit is contained in:
David Anderson 2011-03-12 22:38:38 -08:00
parent 01a826268b
commit 801815b742

View File

@ -36,7 +36,7 @@ while (<PDBLOG>)
$line = $_;
$line =~ s/\.pdb/\*/;
chomp $line;
Build::Command("symstore add /r /f \"..\\OUTPUT\\$line\" /s \"S:\\sourcemod" /t \"SourceMod\" /v \"$version\" /c \"$build_type\"");
Build::Command("symstore add /r /f \"..\\OUTPUT\\$line\" /s \"S:\\sourcemod\" /t \"SourceMod\" /v \"$version\" /c \"$build_type\"");
}
close(PDBLOG);