Rewrote language backend for integrity checking and optimization
Replaced CRC32 system with real hash-map
This commit is contained in:
		| @@ -257,7 +257,7 @@ | ||||
| 				LinkIncremental="1" | ||||
| 				SuppressStartupBanner="TRUE" | ||||
| 				AdditionalLibraryDirectories="..\extra\lib_win32" | ||||
| 				IgnoreDefaultLibraryNames="LIBC" | ||||
| 				IgnoreDefaultLibraryNames="MSVCRT" | ||||
| 				ModuleDefinitionFile="" | ||||
| 				GenerateDebugInformation="TRUE" | ||||
| 				ProgramDatabaseFile=".\memtestrelease/amxx_mm.pdb" | ||||
| @@ -822,9 +822,15 @@ | ||||
| 			<File | ||||
| 				RelativePath="..\resource.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\sh_list.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\sh_stack.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\sh_tinyhash.h"> | ||||
| 			</File> | ||||
| 			<File | ||||
| 				RelativePath="..\zlib\zconf.h"> | ||||
| 			</File> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user