Committed brand new debugger system
This commit is contained in:
		| @@ -442,7 +442,7 @@ | ||||
| 				InlineFunctionExpansion="1" | ||||
| 				FavorSizeOrSpeed="1" | ||||
| 				AdditionalIncludeDirectories="..\..\metamod\metamod,..\..\hlsdk\sourcecode\common,..\..\hlsdk\sourcecode\engine,..\..\hlsdk\sourcecode\dlls,..\..\hlsdk\sourcecode\pm_shared,..\extra\include" | ||||
| 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;amxmodx_EXPORTS;MEMORY_TEST;JIT" | ||||
| 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;amxmodx_EXPORTS;MEMORY_TEST;JIT;ASM32;PAWN_CELL_SIZE=32" | ||||
| 				StringPooling="TRUE" | ||||
| 				RuntimeLibrary="4" | ||||
| 				EnableFunctionLevelLinking="TRUE" | ||||
| @@ -460,7 +460,7 @@ | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalOptions="/MACHINE:I386" | ||||
| 				AdditionalDependencies="..\jit\jits.obj ..\zlib\zlib.lib" | ||||
| 				AdditionalDependencies="..\zlib\zlib.lib ..\JIT\amxjitsn.obj ..\JIT\amxexecn.obj" | ||||
| 				OutputFile="jitmemtestrelease/amxmodx_mm.dll" | ||||
| 				LinkIncremental="1" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| @@ -581,6 +581,9 @@ | ||||
| 			<File | ||||
| 				RelativePath="..\amxcore.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\amxdbg.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\amxmodx.cpp"> | ||||
| 			</File> | ||||
| @@ -721,6 +724,9 @@ | ||||
| 			<File | ||||
| 				RelativePath="..\amx.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\amxdbg.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\amxmodx.h"> | ||||
| 			</File> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user