AMD64 support

This commit is contained in:
David Anderson
2004-10-05 08:13:55 +00:00
parent 80b8591295
commit 8a57648b87
5 changed files with 9 additions and 4 deletions

View File

@ -134,6 +134,8 @@ if (!(-d $outdir))
$inc = $OPTIONS{"include"};
$cflags .= " -fno-exceptions";
for ($i=0; $i<=$#CPP_SOURCE_FILES; $i++)
{
$file = $CPP_SOURCE_FILES[$i];