mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
AMD64 support
This commit is contained in:
parent
80b8591295
commit
8a57648b87
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -24,3 +24,4 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif //_INCLUDE_CREGEX_H
|
#endif //_INCLUDE_CREGEX_H
|
||||||
|
|
||||||
|
@ -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];
|
||||||
|
@ -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;
|
||||||
|
@ -460,3 +460,4 @@
|
|||||||
#endif // USE_METAMOD
|
#endif // USE_METAMOD
|
||||||
|
|
||||||
#endif // __MODULECONFIG_H__
|
#endif // __MODULECONFIG_H__
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user