Linux compat, cleaned up newdll

This commit is contained in:
David Anderson 2005-08-23 23:54:54 +00:00
parent f54d112bbb
commit 9be88ffa42
3 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,7 @@ DEBUG_FLAGS = -g -ggdb3
CPP = gcc
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
LINK =

View File

@ -971,4 +971,5 @@ static cell AMX_NATIVE_CALL engfunc(AMX *amx, cell *params)
AMX_NATIVE_INFO engfunc_natives[] = {
{"engfunc", engfunc},
{NULL, NULL},
};
};

View File

@ -27,4 +27,5 @@ enum KeyValue
extern AMX_NATIVE_INFO tr_Natives[];
#endif //_INCLUDE_TR_H
#endif //_INCLUDE_TR_H