33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			33 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| 
								 | 
							
								<!-- liblinks.xml
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								     Code Red Technologies "Smart update wizard" script file
							 | 
						||
| 
								 | 
							
								     When executed on a particular application project, will
							 | 
						||
| 
								 | 
							
								     add appropriate links to the specified library project.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								     Note that this script assumes that the application project
							 | 
						||
| 
								 | 
							
								     contains the standard 'Debug' and 'Release' build 
							 | 
						||
| 
								 | 
							
								     configurations.
							 | 
						||
| 
								 | 
							
								-->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<project name="" update="true">
							 | 
						||
| 
								 | 
							
									<setting id="all.compiler.inc">
							 | 
						||
| 
								 | 
							
										<value>${workspace_loc:/CMSISv2p10_LPC43xx_DriverLib/inc}</value>
							 | 
						||
| 
								 | 
							
								        </setting>
							 | 
						||
| 
								 | 
							
								    <setting id="all.compiler.def">
							 | 
						||
| 
								 | 
							
										<value>__USE_CMSIS=CMSISv2p10_LPC43xx_DriverLib</value>
							 | 
						||
| 
								 | 
							
								        </setting>
							 | 
						||
| 
								 | 
							
									<setting id="linker.libs">
							 | 
						||
| 
								 | 
							
										<value>CMSISv2p10_LPC43xx_DriverLib</value>
							 | 
						||
| 
								 | 
							
									</setting>
							 | 
						||
| 
								 | 
							
									<setting id="linker.paths" buildType="Debug">
							 | 
						||
| 
								 | 
							
										<value>${workspace_loc:/CMSISv2p10_LPC43xx_DriverLib/Debug}</value>
							 | 
						||
| 
								 | 
							
									</setting>
							 | 
						||
| 
								 | 
							
									<setting id="linker.paths" buildType="Release">
							 | 
						||
| 
								 | 
							
										<value>${workspace_loc:/CMSISv2p10_LPC43xx_DriverLib/Release}</value>
							 | 
						||
| 
								 | 
							
									</setting>
							 | 
						||
| 
								 | 
							
									<requires msg="Library project `CMSISv2p10_LPC43xx_DriverLib` not found">
							 | 
						||
| 
								 | 
							
										<value>CMSISv2p10_LPC43xx_DriverLib</value>
							 | 
						||
| 
								 | 
							
									</requires>
							 | 
						||
| 
								 | 
							
								</project>
							 | 
						||
| 
								 | 
							
								
							 |