mirror of
				https://github.com/Ryujinx/SDL2-CS.git
				synced 2025-11-04 15:04:53 +00:00 
			
		
		
		
	Merge branch 'alpha-support': Makefile
This commit is contained in:
		
						commit
						b1fd6e4caf
					
				
							
								
								
									
										19
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
# Makefile for SDL2#
 | 
			
		||||
# Written by Ethan "flibitijibibo" Lee
 | 
			
		||||
 | 
			
		||||
# Source Lists
 | 
			
		||||
SDL2 = \
 | 
			
		||||
	src/SDL2.cs \
 | 
			
		||||
	src/SDL2_image.cs \
 | 
			
		||||
	src/SDL2_mixer.cs \
 | 
			
		||||
	src/SDL2_ttf.cs
 | 
			
		||||
 | 
			
		||||
# Targets
 | 
			
		||||
 | 
			
		||||
build:
 | 
			
		||||
	mkdir bin
 | 
			
		||||
	cp SDL2#.dll.config bin
 | 
			
		||||
	dmcs /unsafe -debug -out:bin/SDL2#.dll -target:library $(SDL2)
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	rm -rf bin
 | 
			
		||||
		Loading…
	
		Reference in a new issue