mirror of
				https://github.com/Zelda64Recomp/Zelda64Recomp.git
				synced 2025-10-30 08:03:03 +00:00 
			
		
		
		
	Switched to a makefile + clang build system Now builds as a library by default Removed SDL2 dependency Changed RT64 integration to use zilmar spec in order to pass a window handle Proper unaligned loads and stores implementation
		
			
				
	
	
		
			31 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
 | 
						|
Microsoft Visual Studio Solution File, Format Version 12.00
 | 
						|
# Visual Studio Version 16
 | 
						|
VisualStudioVersion = 16.0.33027.164
 | 
						|
MinimumVisualStudioVersion = 10.0.40219.1
 | 
						|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MMRecomp", "MMRecomp.vcxproj", "{14B47028-6A86-4660-A86D-2E69F229E110}"
 | 
						|
EndProject
 | 
						|
Global
 | 
						|
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 | 
						|
		Debug|x64 = Debug|x64
 | 
						|
		Debug|x86 = Debug|x86
 | 
						|
		Release|x64 = Release|x64
 | 
						|
		Release|x86 = Release|x86
 | 
						|
	EndGlobalSection
 | 
						|
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 | 
						|
		{14B47028-6A86-4660-A86D-2E69F229E110}.Debug|x64.ActiveCfg = Debug|x64
 | 
						|
		{14B47028-6A86-4660-A86D-2E69F229E110}.Debug|x64.Build.0 = Debug|x64
 | 
						|
		{14B47028-6A86-4660-A86D-2E69F229E110}.Debug|x86.ActiveCfg = Debug|Win32
 | 
						|
		{14B47028-6A86-4660-A86D-2E69F229E110}.Debug|x86.Build.0 = Debug|Win32
 | 
						|
		{14B47028-6A86-4660-A86D-2E69F229E110}.Release|x64.ActiveCfg = Release|x64
 | 
						|
		{14B47028-6A86-4660-A86D-2E69F229E110}.Release|x64.Build.0 = Release|x64
 | 
						|
		{14B47028-6A86-4660-A86D-2E69F229E110}.Release|x86.ActiveCfg = Release|Win32
 | 
						|
		{14B47028-6A86-4660-A86D-2E69F229E110}.Release|x86.Build.0 = Release|Win32
 | 
						|
	EndGlobalSection
 | 
						|
	GlobalSection(SolutionProperties) = preSolution
 | 
						|
		HideSolutionNode = FALSE
 | 
						|
	EndGlobalSection
 | 
						|
	GlobalSection(ExtensibilityGlobals) = postSolution
 | 
						|
		SolutionGuid = {39A9C7D9-F465-4453-BEEE-2DDC43DA95F4}
 | 
						|
	EndGlobalSection
 | 
						|
EndGlobal
 |