commited binaries + project file
This commit is contained in:
parent
bf0c1990dd
commit
ac5d87b2c2
BIN
amxmodx/JIT/helpers-x86.o
Normal file
BIN
amxmodx/JIT/helpers-x86.o
Normal file
Binary file not shown.
BIN
amxmodx/JIT/helpers-x86.obj
Normal file
BIN
amxmodx/JIT/helpers-x86.obj
Normal file
Binary file not shown.
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
section .text
|
section .text
|
||||||
|
|
||||||
|
%ifdef LINUX
|
||||||
|
%define __snprintf _snprintf
|
||||||
|
%endif
|
||||||
|
|
||||||
extern _LogError, _get_amxstring_r, __snprintf, _MNF_GetAmxString
|
extern _LogError, _get_amxstring_r, __snprintf, _MNF_GetAmxString
|
||||||
extern _translate
|
extern _translate
|
||||||
|
|
||||||
|
|
|
@ -957,6 +957,13 @@
|
||||||
RelativePath="..\sdk\moduleconfig.h">
|
RelativePath="..\sdk\moduleconfig.h">
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Helpers"
|
||||||
|
Filter="">
|
||||||
|
<File
|
||||||
|
RelativePath="..\Jit\helpers-x86.obj">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
</Globals>
|
</Globals>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user