 97db58cd33
			
		
	
	
		97db58cd33
		
	
	
	
	
		
			
			- Makefile: remove flags -lcitro2d -lcitro3d - .gitignore: add /mlx3ds.lst - mlx_internal.h: header protection + little fix
		
			
				
	
	
		
			49 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Compile directories
 | |
| build/
 | |
| output/
 | |
| 
 | |
| # Codeblocks
 | |
| *.layout
 | |
| 
 | |
| # Object files
 | |
| *.o
 | |
| *.ko
 | |
| *.obj
 | |
| *.elf
 | |
| *.3ds
 | |
| *.cia
 | |
| *.3dsx
 | |
| *.smdh
 | |
| *.zip
 | |
| 
 | |
| # Precompiled Headers
 | |
| *.gch
 | |
| *.pch
 | |
| 
 | |
| # Libraries
 | |
| *.lib
 | |
| *.a
 | |
| *.la
 | |
| *.lo
 | |
| 
 | |
| # Shared objects (inc. Windows DLLs)
 | |
| *.dll
 | |
| *.so
 | |
| *.so.*
 | |
| *.dylib
 | |
| 
 | |
| # Executables
 | |
| *.exe
 | |
| *.out
 | |
| *.app
 | |
| *.i*86
 | |
| *.x86_64
 | |
| *.hex
 | |
| 
 | |
| # Debug files
 | |
| *.dSYM/
 | |
| 
 | |
| # VSCode
 | |
| /.vscode/
 | |
| 
 | |
| /mlx3ds.lst
 |