added files for JIT on windows

This commit is contained in:
Pavol Marko 2004-05-05 18:45:35 +00:00
parent 836e6267dc
commit ecd0c53ca1
4 changed files with 2291 additions and 0 deletions

2281
amxmodx/JIT/jits.asm Executable file

File diff suppressed because it is too large Load Diff

10
amxmodx/JIT/jits.def Executable file
View File

@ -0,0 +1,10 @@
LIBRARY jits
DESCRIPTION "JIT for AMX Mod X"
EXPORTS
asm_runJIT @1
getMaxCodeSize @2
amx_exec_asm @3
amx_opcodelist @4
SECTIONS
.data READ WRITE
.code EXECUTE

BIN
amxmodx/JIT/jits.exp Executable file

Binary file not shown.

BIN
amxmodx/JIT/jits.lib Executable file

Binary file not shown.