You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							1.1 KiB
						
					
					
				| /* ///////////////////////////////////////////////////////////////////////// | |
|  * File:        test/component/test.component.inserters.pad/implicit_link.cpp | |
|  * | |
|  * Purpose:     Implicit link file for the test.component.inserters.pad project. | |
|  * | |
|  * Created:     29th June 2009 | |
|  * Updated:     7th December 2010 | |
|  * | |
|  * Status:      Wizard-generated | |
|  * | |
|  * License:     (Licensed under the Synesis Software Open License) | |
|  * | |
|  *              Copyright (c) 2009-2010, Synesis Software Pty Ltd. | |
|  *              All rights reserved. | |
|  * | |
|  *              www:        http://www.synesis.com.au/software | |
|  * | |
|  * ////////////////////////////////////////////////////////////////////// */ | |
| 
 | |
| 
 | |
| /* Pantheios Header Files */ | |
| #include <platformstl/platformstl.h> | |
| #include <pantheios/implicit_link/core.h> | |
| #include <pantheios/implicit_link/fe.simple.h> | |
| #include <pantheios/implicit_link/be.test.h> | |
|  | |
| #if defined(PLATFORMSTL_OS_IS_UNIX) && \ | |
|     defined(_WIN32) | |
| # include <unixem/implicit_link.h> | |
| #endif /* PLATFORMSTL_OS_IS_UNIX && _WIN32 */ | |
|  | |
| /* xTests Header Files */ | |
| #include <xtests/implicit_link.h> | |
|  | |
| /* ///////////////////////////// end of file //////////////////////////// */
 |