Added AMD64

This commit is contained in:
David Anderson 2004-10-30 09:57:55 +00:00
parent fef70c0386
commit abd372447a
6 changed files with 70 additions and 16 deletions

View File

@ -7,18 +7,21 @@
; ------------------------------ ; ------------------------------
fun_amxx_i386.so fun_amxx_i386.so
fun_amxx.dll fun_amxx.dll
fun_amxx_amd64.so
; ---------------------------------------------------- ; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life ; Engine - provides engine functions core to Half-Life
; ---------------------------------------------------- ; ----------------------------------------------------
;engine_amxx_i386.so ;engine_amxx_i386.so
;engine_amxx.dll ;engine_amxx.dll
;engine_amxx_amd64.so
; ---------------------------------------------------------- ; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine ; Fakemeta - provides a massive interface into the HL engine
; ---------------------------------------------------------- ; ----------------------------------------------------------
;fakemeta_amxx_i386.so ;fakemeta_amxx_i386.so
;fakemeta_amxx.dll ;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so
; ------------------------------------------- ; -------------------------------------------
; Database Access - only enable one of these ; Database Access - only enable one of these
@ -26,6 +29,7 @@ fun_amxx.dll
; MySQL ; MySQL
;mysql_amxx_i386.so ;mysql_amxx_i386.so
;mysql_amxx.dll ;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL ; PostgreSQL
;pgsql_amxx_i386.so ;pgsql_amxx_i386.so
;pgsql_amxx.dll ;pgsql_amxx.dll
@ -37,33 +41,39 @@ fun_amxx.dll
; --------------------------------------------- ; ---------------------------------------------
;geoip_amxx_i386.so ;geoip_amxx_i386.so
;geoip_amxx.dll ;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------ ; ------------------------------------
; Array - advanced arrays in scripting ; Array - advanced arrays in scripting
; ------------------------------------ ; ------------------------------------
;array_amxx_i386.so ;array_amxx_i386.so
;array_amxx.dll ;array_amxx.dll
;array_amxx_amd64.so
; -------------------------------- ; --------------------------------
; Sockets - network socket support ; Sockets - network socket support
; -------------------------------- ; --------------------------------
;sockets_amxx_i386.so ;sockets_amxx_i386.so
;sockets_amxx.dll ;sockets_amxx.dll
;sockets_amxx_amd64.so
; -------------------------- ; --------------------------
; Regular Expression support ; Regular Expression support
; -------------------------- ; --------------------------
;regex_amxx_i386.so ;regex_amxx_i386.so
;regex_amxx.dll ;regex_amxx.dll
;regex_amxx_amd64.so
; ---------------------------------------------------------- ; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike ; Counter-Strike - adds functions specific to Counter-Strike
; ---------------------------------------------------------- ; ----------------------------------------------------------
;cstrike_amxx_i386.so cstrike_amxx_i386.so
;cstrike_amxx.dll cstrike_amxx.dll
cstrike_amxx_amd64.so
; ----------------------------------------------------- ; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events ; CSX - adds functionality for CS statistics and events
; ----------------------------------------------------- ; -----------------------------------------------------
;csx_amxx_i386.so csx_amxx_i386.so
;csx_amxx.dll csx_amxx.dll
csx_amxx_amd64.so

View File

@ -7,18 +7,21 @@
; ------------------------------ ; ------------------------------
fun_amxx_i386.so fun_amxx_i386.so
fun_amxx.dll fun_amxx.dll
fun_amxx_amd64.so
; ---------------------------------------------------- ; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life ; Engine - provides engine functions core to Half-Life
; ---------------------------------------------------- ; ----------------------------------------------------
;engine_amxx_i386.so ;engine_amxx_i386.so
;engine_amxx.dll ;engine_amxx.dll
;engine_amxx_amd64.so
; ---------------------------------------------------------- ; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine ; Fakemeta - provides a massive interface into the HL engine
; ---------------------------------------------------------- ; ----------------------------------------------------------
;fakemeta_amxx_i386.so ;fakemeta_amxx_i386.so
;fakemeta_amxx.dll ;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so
; ------------------------------------------- ; -------------------------------------------
; Database Access - only enable one of these ; Database Access - only enable one of these
@ -26,6 +29,7 @@ fun_amxx.dll
; MySQL ; MySQL
;mysql_amxx_i386.so ;mysql_amxx_i386.so
;mysql_amxx.dll ;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL ; PostgreSQL
;pgsql_amxx_i386.so ;pgsql_amxx_i386.so
;pgsql_amxx.dll ;pgsql_amxx.dll
@ -37,33 +41,39 @@ fun_amxx.dll
; --------------------------------------------- ; ---------------------------------------------
;geoip_amxx_i386.so ;geoip_amxx_i386.so
;geoip_amxx.dll ;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------ ; ------------------------------------
; Array - advanced arrays in scripting ; Array - advanced arrays in scripting
; ------------------------------------ ; ------------------------------------
;array_amxx_i386.so ;array_amxx_i386.so
;array_amxx.dll ;array_amxx.dll
;array_amxx_amd64.so
; -------------------------------- ; --------------------------------
; Sockets - network socket support ; Sockets - network socket support
; -------------------------------- ; --------------------------------
;sockets_amxx_i386.so ;sockets_amxx_i386.so
;sockets_amxx.dll ;sockets_amxx.dll
;sockets_amxx_amd64.so
; -------------------------- ; --------------------------
; Regular Expression support ; Regular Expression support
; -------------------------- ; --------------------------
;regex_amxx_i386.so ;regex_amxx_i386.so
;regex_amxx.dll ;regex_amxx.dll
;regex_amxx_amd64.so
; -------------------------------------------------- ; --------------------------------------------------
; Day of Defeat Fun - adds functions specific to DoD ; Day of Defeat Fun - adds functions specific to DoD
; -------------------------------------------------- ; --------------------------------------------------
;dodfun_amxx_i386.so dodfun_amxx_i386.so
;dodfun_amxx.dll dodfun_amxx.dll
dodfun_amxx_amd64.so
; ------------------------------------------------------- ; -------------------------------------------------------
; Day of Defeat X - adds stats and addition DoD functions ; Day of Defeat X - adds stats and addition DoD functions
; ------------------------------------------------------- ; -------------------------------------------------------
;dodx_amxx_i386.so dodx_amxx_i386.so
;dodx_amxx.dll dodx_amxx.dll
dodx_amxx_amd64.so

View File

@ -7,18 +7,21 @@
; ------------------------------ ; ------------------------------
fun_amxx_i386.so fun_amxx_i386.so
fun_amxx.dll fun_amxx.dll
fun_amxx_amd64.so
; ---------------------------------------------------- ; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life ; Engine - provides engine functions core to Half-Life
; ---------------------------------------------------- ; ----------------------------------------------------
;engine_amxx_i386.so ;engine_amxx_i386.so
;engine_amxx.dll ;engine_amxx.dll
;engine_amxx_amd64.so
; ---------------------------------------------------------- ; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine ; Fakemeta - provides a massive interface into the HL engine
; ---------------------------------------------------------- ; ----------------------------------------------------------
;fakemeta_amxx_i386.so ;fakemeta_amxx_i386.so
;fakemeta_amxx.dll ;fakemeta_amxx.dll
;fakeneta_amxx_amd64.so
; ------------------------------------------- ; -------------------------------------------
; Database Access - only enable one of these ; Database Access - only enable one of these
@ -26,6 +29,7 @@ fun_amxx.dll
; MySQL ; MySQL
;mysql_amxx_i386.so ;mysql_amxx_i386.so
;mysql_amxx.dll ;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL ; PostgreSQL
;pgsql_amxx_i386.so ;pgsql_amxx_i386.so
;pgsql_amxx.dll ;pgsql_amxx.dll
@ -37,21 +41,25 @@ fun_amxx.dll
; --------------------------------------------- ; ---------------------------------------------
;geoip_amxx_i386.so ;geoip_amxx_i386.so
;geoip_amxx.dll ;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------ ; ------------------------------------
; Array - advanced arrays in scripting ; Array - advanced arrays in scripting
; ------------------------------------ ; ------------------------------------
;array_amxx_i386.so ;array_amxx_i386.so
;array_amxx.dll ;array_amxx.dll
;array_amxx_amd64.so
; -------------------------------- ; --------------------------------
; Sockets - network socket support ; Sockets - network socket support
; -------------------------------- ; --------------------------------
;sockets_amxx_i386.so ;sockets_amxx_i386.so
;sockets_amxx.dll ;sockets_amxx.dll
;sockets_amxx_amd64.so
; -------------------------- ; --------------------------
; Regular Expression support ; Regular Expression support
; -------------------------- ; --------------------------
;regex_amxx_i386.so ;regex_amxx_i386.so
;regex_amxx.dll ;regex_amxx.dll
;regex_amxx_amd64.so

View File

@ -5,20 +5,23 @@
; ------------------------------ ; ------------------------------
; Fun - provides extra functions ; Fun - provides extra functions
; ------------------------------ ; ------------------------------
;fun_amxx_i386.so fun_amxx_i386.so
;fun_amxx.dll fun_amxx.dll
fun_amxx_amd64.so
; ---------------------------------------------------- ; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life ; Engine - provides engine functions core to Half-Life
; ---------------------------------------------------- ; ----------------------------------------------------
;engine_amxx_i386.so ;engine_amxx_i386.so
;engine_amxx.dll ;engine_amxx.dll
;engine_amxx_amd64.so
; ---------------------------------------------------------- ; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine ; Fakemeta - provides a massive interface into the HL engine
; ---------------------------------------------------------- ; ----------------------------------------------------------
;fakemeta_amxx_i386.so ;fakemeta_amxx_i386.so
;fakemeta_amxx.dll ;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so
; ------------------------------------------- ; -------------------------------------------
; Database Access - only enable one of these ; Database Access - only enable one of these
@ -26,6 +29,7 @@
; MySQL ; MySQL
;mysql_amxx_i386.so ;mysql_amxx_i386.so
;mysql_amxx.dll ;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL ; PostgreSQL
;pgsql_amxx_i386.so ;pgsql_amxx_i386.so
;pgsql_amxx.dll ;pgsql_amxx.dll
@ -37,27 +41,31 @@
; --------------------------------------------- ; ---------------------------------------------
;geoip_amxx_i386.so ;geoip_amxx_i386.so
;geoip_amxx.dll ;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------ ; ------------------------------------
; Array - advanced arrays in scripting ; Array - advanced arrays in scripting
; ------------------------------------ ; ------------------------------------
;array_amxx_i386.so ;array_amxx_i386.so
;array_amxx.dll ;array_amxx.dll
;array_amxx_amd64.so
; -------------------------------- ; --------------------------------
; Sockets - network socket support ; Sockets - network socket support
; -------------------------------- ; --------------------------------
;sockets_amxx_i386.so ;sockets_amxx_i386.so
;sockets_amxx.dll ;sockets_amxx.dll
;sockets_amxx_amd64.so
; -------------------------- ; --------------------------
; Regular Expression support ; Regular Expression support
; -------------------------- ; --------------------------
;regex_amxx_i386.so ;regex_amxx_i386.so
;regex_amxx.dll ;regex_amxx.dll
;regex_amxx_amd64.so
; ----------------- ; -----------------
; Natural Selection ; Natural Selection
; ----------------- ; -----------------
ns_amxx_i386.so ns_amxx_i386.so
ns_amxx.dll ns_amxx.dll
ns_amxx_amd64.so

View File

@ -7,18 +7,21 @@
; ------------------------------ ; ------------------------------
fun_amxx_i386.so fun_amxx_i386.so
fun_amxx.dll fun_amxx.dll
fun_amxx_amd64.so
; ---------------------------------------------------- ; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life ; Engine - provides engine functions core to Half-Life
; ---------------------------------------------------- ; ----------------------------------------------------
;engine_amxx_i386.so ;engine_amxx_i386.so
;engine_amxx.dll ;engine_amxx.dll
;engine_amxx_amd64.so
; ---------------------------------------------------------- ; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine ; Fakemeta - provides a massive interface into the HL engine
; ---------------------------------------------------------- ; ----------------------------------------------------------
;fakemeta_amxx_i386.so ;fakemeta_amxx_i386.so
;fakemeta_amxx.dll ;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so
; ------------------------------------------- ; -------------------------------------------
; Database Access - only enable one of these ; Database Access - only enable one of these
@ -26,6 +29,7 @@ fun_amxx.dll
; MySQL ; MySQL
;mysql_amxx_i386.so ;mysql_amxx_i386.so
;mysql_amxx.dll ;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL ; PostgreSQL
;pgsql_amxx_i386.so ;pgsql_amxx_i386.so
;pgsql_amxx.dll ;pgsql_amxx.dll
@ -37,27 +41,32 @@ fun_amxx.dll
; --------------------------------------------- ; ---------------------------------------------
;geoip_amxx_i386.so ;geoip_amxx_i386.so
;geoip_amxx.dll ;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------ ; ------------------------------------
; Array - advanced arrays in scripting ; Array - advanced arrays in scripting
; ------------------------------------ ; ------------------------------------
;array_amxx_i386.so ;array_amxx_i386.so
;array_amxx.dll ;array_amxx.dll
;array_amxx_amd64.so
; -------------------------------- ; --------------------------------
; Sockets - network socket support ; Sockets - network socket support
; -------------------------------- ; --------------------------------
;sockets_amxx_i386.so ;sockets_amxx_i386.so
;sockets_amxx.dll ;sockets_amxx.dll
;sockets_amxx_amd64.so
; -------------------------- ; --------------------------
; Regular Expression support ; Regular Expression support
; -------------------------- ; --------------------------
;regex_amxx_i386.so ;regex_amxx_i386.so
;regex_amxx.dll ;regex_amxx.dll
;regex_amxx_amd64.so
; ------------------------------------------------------------------ ; ------------------------------------------------------------------
; Team Fortress Classic X - adds functions and stats specific to TFC ; Team Fortress Classic X - adds functions and stats specific to TFC
; ------------------------------------------------------------------ ; ------------------------------------------------------------------
;tfcx_amxx_i386.so tfcx_amxx_i386.so
;tfcx_amxx.dll tfcx_amxx.dll
tfx_amxx_amd64.so

View File

@ -7,18 +7,21 @@
; ------------------------------ ; ------------------------------
fun_amxx_i386.so fun_amxx_i386.so
fun_amxx.dll fun_amxx.dll
fun_amxx_amd64.so
; ---------------------------------------------------- ; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life ; Engine - provides engine functions core to Half-Life
; ---------------------------------------------------- ; ----------------------------------------------------
;engine_amxx_i386.so ;engine_amxx_i386.so
;engine_amxx.dll ;engine_amxx.dll
;engine_amxx_amd64.so
; ---------------------------------------------------------- ; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine ; Fakemeta - provides a massive interface into the HL engine
; ---------------------------------------------------------- ; ----------------------------------------------------------
;fakemeta_amxx_i386.so ;fakemeta_amxx_i386.so
;fakemeta_amxx.dll ;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so
; ------------------------------------------- ; -------------------------------------------
; Database Access - only enable one of these ; Database Access - only enable one of these
@ -26,6 +29,7 @@ fun_amxx.dll
; MySQL ; MySQL
;mysql_amxx_i386.so ;mysql_amxx_i386.so
;mysql_amxx.dll ;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL ; PostgreSQL
;pgsql_amxx_i386.so ;pgsql_amxx_i386.so
;pgsql_amxx.dll ;pgsql_amxx.dll
@ -37,27 +41,32 @@ fun_amxx.dll
; --------------------------------------------- ; ---------------------------------------------
;geoip_amxx_i386.so ;geoip_amxx_i386.so
;geoip_amxx.dll ;geoip_amxx.dll
;geoip_amxx_amd64.so
; ------------------------------------ ; ------------------------------------
; Array - advanced arrays in scripting ; Array - advanced arrays in scripting
; ------------------------------------ ; ------------------------------------
;array_amxx_i386.so ;array_amxx_i386.so
;array_amxx.dll ;array_amxx.dll
;array_amxx_amd64.so
; -------------------------------- ; --------------------------------
; Sockets - network socket support ; Sockets - network socket support
; -------------------------------- ; --------------------------------
;sockets_amxx_i386.so ;sockets_amxx_i386.so
;sockets_amxx.dll ;sockets_amxx.dll
;sockets_amxx_amd64.so
; -------------------------- ; --------------------------
; Regular Expression support ; Regular Expression support
; -------------------------- ; --------------------------
;regex_amxx_i386.so ;regex_amxx_i386.so
;regex_amxx.dll ;regex_amxx.dll
;regex_amxx_amd64.so
; ----------------------------------------------------------- ; -----------------------------------------------------------
; The Specialists X - adds functions and stats specific to TS ; The Specialists X - adds functions and stats specific to TS
; ----------------------------------------------------------- ; -----------------------------------------------------------
;tsx_amxx_i386.so tsx_amxx_i386.so
;tsx_amxx.dll tsx_amxx.dll
tsx_amxx_amd64.so