1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00

Fixed typo in startbuild.pl.

This commit is contained in:
David Anderson 2008-11-18 04:53:24 -06:00
parent 129fc75971
commit e6bb21a27c

View File

@ -74,7 +74,7 @@ sub BuildWindows
chdir("$srcdir\\msvc9");
$param = "Release";
if ($build eq "Orange Box")
if ($build eq "OrangeBox")
{
$param = "Release - Orange Box";
}