1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-18 07:52:32 +01:00

Fixed typo in startbuild.pl.

This commit is contained in:
David Anderson 2008-11-18 04:26:39 -06:00
parent 55b54ac77f
commit 0459587ec1

View File

@ -67,7 +67,7 @@ sub Build
sub BuildWindows
{
my ($srcdir, $vcproj, $build, $binary) = (@));
my ($srcdir, $vcproj, $build, $binary) = (@_);
my ($dir, $file, $param, $vcbuilder, $cmd);
$dir = getcwd();