Interpreter - bounds checking

This commit is contained in:
Ginger Bill
2016-10-31 00:10:31 +00:00
parent 5271adb82f
commit fa0eb88b7b
3 changed files with 72 additions and 14 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ set compiler_warnings= ^
-wd4505 -wd4512 -wd4550
set compiler_includes=
set libs= kernel32.lib
set libs= ^
kernel32.lib ^
"src\dyncall\lib\*.lib"
set linker_flags= -incremental:no -opt:ref -subsystem:console