Committed new debugger with AMX fixes
This commit is contained in:
		| @@ -42,12 +42,13 @@ | ||||
| 			<Tool | ||||
| 				Name="VCLinkerTool" | ||||
| 				AdditionalOptions="/MACHINE:I386" | ||||
| 				AdditionalDependencies="odbc32.lib odbccp32.lib ..\zlib\zlib.lib" | ||||
| 				AdditionalDependencies="..\JIT\natives-x86.obj ..\zlib\zlib.lib" | ||||
| 				OutputFile="debug/amxmodx_mm.dll" | ||||
| 				Version="0.1" | ||||
| 				LinkIncremental="1" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				AdditionalLibraryDirectories="..\extra\lib_win32" | ||||
| 				IgnoreDefaultLibraryNames="MSVCRT" | ||||
| 				ModuleDefinitionFile="" | ||||
| 				GenerateDebugInformation="TRUE" | ||||
| 				ProgramDatabaseFile=".\debug/amxx_mm.pdb" | ||||
| @@ -639,6 +640,9 @@ | ||||
| 			<File | ||||
| 				RelativePath="..\CVault.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\debugger.cpp"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\emsg.cpp"> | ||||
| 			</File> | ||||
| @@ -797,6 +801,9 @@ | ||||
| 			<File | ||||
| 				RelativePath="..\CVector.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\debugger.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\fakemeta.h"> | ||||
| 			</File> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user