mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 20:26:43 +00:00 
			
		
		
		
	Updated .gitignore
Added -m32 switch for x86_64-i386 cross-compilation Signed-off-by: Josua Grawitter <grewater@googlemail.com> git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@128 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
		
							parent
							
								
									50b58f4139
								
							
						
					
					
						commit
						c52404bf45
					
				
					 2 changed files with 8 additions and 3 deletions
				
			
		
							
								
								
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							|  | @ -63,3 +63,8 @@ | |||
| 
 | ||||
| # /util/ | ||||
| /util/iconv | ||||
| 
 | ||||
| *.o | ||||
| *.patch | ||||
| *.diff | ||||
| .directory | ||||
|  |  | |||
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							|  | @ -1,14 +1,14 @@ | |||
| # Designed for GNU Make
 | ||||
| 
 | ||||
| # Compiler settings
 | ||||
| CXXFLAGS?= -g | ||||
| DMD=gdmd -version=Posix | ||||
| CXXFLAGS?= -g -m32 | ||||
| DMD=gdmd -version=Posix -m32 | ||||
| 
 | ||||
| # Some extra flags for niftool and bsatool
 | ||||
| NIFFLAGS=-debug=warnstd -debug=check -debug=statecheck -debug=strict -debug=verbose | ||||
| 
 | ||||
| # Linker flags
 | ||||
| LFLAGS= -L-lopenal -L-lOgreMain -L-lOIS -L-lmygui -L-luuid -L-lavcodec -L-lavformat bullet/libbulletdynamics.a bullet/libbulletcollision.a bullet/libbulletmath.a | ||||
| LFLAGS= -L-lopenal -L-lOgreMain -L-lOIS -L-lmygui -L-luuid -L-lavcodec -L-lavformat bullet/libbulletdynamics.a bullet/libbulletcollision.a bullet/libbulletmath.a -m32 | ||||
| 
 | ||||
| # Compiler settings for Ogre, OIS and MyGUI
 | ||||
| # TODO: the -I when we're done
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue