Linux compat, cleaned up newdll
This commit is contained in:
parent
f54d112bbb
commit
9be88ffa42
@ -11,7 +11,7 @@ DEBUG_FLAGS = -g -ggdb3
|
|||||||
CPP = gcc
|
CPP = gcc
|
||||||
NAME = fakemeta_amxx
|
NAME = fakemeta_amxx
|
||||||
|
|
||||||
OBJECTS = sdk/amxxmodule.cpp dllfunc.cpp newdllfunc.cpp engfunc.cpp fakemeta_amxx.cpp pdata.cpp forward.cpp \
|
OBJECTS = sdk/amxxmodule.cpp dllfunc.cpp engfunc.cpp fakemeta_amxx.cpp pdata.cpp forward.cpp \
|
||||||
fm_tr.cpp pev.cpp
|
fm_tr.cpp pev.cpp
|
||||||
|
|
||||||
LINK =
|
LINK =
|
||||||
|
@ -972,3 +972,4 @@ AMX_NATIVE_INFO engfunc_natives[] = {
|
|||||||
{"engfunc", engfunc},
|
{"engfunc", engfunc},
|
||||||
{NULL, NULL},
|
{NULL, NULL},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -28,3 +28,4 @@ enum KeyValue
|
|||||||
extern AMX_NATIVE_INFO tr_Natives[];
|
extern AMX_NATIVE_INFO tr_Natives[];
|
||||||
|
|
||||||
#endif //_INCLUDE_TR_H
|
#endif //_INCLUDE_TR_H
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user