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

@ -1,6 +1,7 @@
#include "pcre.h" #include "pcre.h"
#include "CRegEx.h" #include "CRegEx.h"
#include <string.h> #include <string.h>
#include "amxxmodule.h"
RegEx::RegEx() RegEx::RegEx()
{ {

View File

@ -24,3 +24,4 @@ private:
}; };
#endif //_INCLUDE_CREGEX_H #endif //_INCLUDE_CREGEX_H

View File

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

View File

@ -1,8 +1,8 @@
#include <string.h> #include <string.h>
#include "pcre.h" #include "pcre.h"
#include "amxxmodule.h"
#include "CVector.h" #include "CVector.h"
#include "CRegEx.h" #include "CRegEx.h"
#include "amxxmodule.h"
#include "module.h" #include "module.h"
CVector<RegEx *> PEL; CVector<RegEx *> PEL;

View File

@ -460,3 +460,4 @@
#endif // USE_METAMOD #endif // USE_METAMOD
#endif // __MODULECONFIG_H__ #endif // __MODULECONFIG_H__