| 
									
										
										
										
											2009-01-15 06:48:15 +00:00
										 |  |  | # -*- python -*- | 
					
						
							| 
									
										
										
										
											2008-09-21 19:54:29 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-07-12 17:40:22 +00:00
										 |  |  | Import('env') | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-09-23 00:35:07 +00:00
										 |  |  | files = [ | 
					
						
							|  |  |  | 	'BannerLoader.cpp', | 
					
						
							|  |  |  | 	'BannerLoaderGC.cpp', | 
					
						
							|  |  |  | 	'BannerLoaderWii.cpp', | 
					
						
							|  |  |  | 	'Blob.cpp', | 
					
						
							|  |  |  | 	'CompressedBlob.cpp', | 
					
						
							| 
									
										
										
										
											2010-12-29 15:23:02 +00:00
										 |  |  | 	'CISOBlob.cpp', | 
					
						
							| 
									
										
										
										
											2008-09-23 00:35:07 +00:00
										 |  |  | 	'DriveBlob.cpp', | 
					
						
							| 
									
										
										
										
											2009-05-21 19:20:03 +00:00
										 |  |  | 	'DiscScrubber.cpp', | 
					
						
							| 
									
										
										
										
											2008-09-23 00:35:07 +00:00
										 |  |  | 	'FileBlob.cpp', | 
					
						
							|  |  |  | 	'FileHandlerARC.cpp', | 
					
						
							|  |  |  | 	'Filesystem.cpp', | 
					
						
							|  |  |  | 	'FileSystemGCWii.cpp', | 
					
						
							| 
									
										
										
										
											2009-07-03 22:34:51 +00:00
										 |  |  | 	'VolumeCommon.cpp', | 
					
						
							| 
									
										
										
										
											2008-09-23 00:35:07 +00:00
										 |  |  | 	'VolumeCreator.cpp', | 
					
						
							|  |  |  | 	'VolumeDirectory.cpp', | 
					
						
							|  |  |  | 	'VolumeGC.cpp', | 
					
						
							| 
									
										
										
										
											2009-07-03 22:34:51 +00:00
										 |  |  | 	'VolumeWad.cpp', | 
					
						
							| 
									
										
										
										
											2008-09-23 00:35:07 +00:00
										 |  |  | 	'VolumeWiiCrypted.cpp', | 
					
						
							| 
									
										
										
										
											2010-07-19 03:42:37 +00:00
										 |  |  | 	'FileMonitor.cpp', | 
					
						
							| 
									
										
										
										
											2009-02-28 08:54:23 +00:00
										 |  |  | 	'NANDContentLoader.cpp', | 
					
						
							| 
									
										
										
										
											2009-07-03 22:34:51 +00:00
										 |  |  | 	'WiiWad.cpp', | 
					
						
							| 
									
										
										
										
											2008-09-23 00:35:07 +00:00
										 |  |  | 	] | 
					
						
							| 
									
										
										
										
											2010-06-10 14:18:21 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-02-04 00:46:56 +00:00
										 |  |  | env['LIBS'] += env.StaticObject(files) |