-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathliblinks.xml
More file actions
29 lines (25 loc) · 845 Bytes
/
liblinks.xml
File metadata and controls
29 lines (25 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- 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:/OSC/inc}</value>
</setting>
<setting id="linker.libs">
<value>OSC</value>
</setting>
<setting id="linker.paths" buildType="Debug">
<value>${workspace_loc:/OSC/Debug}</value>
</setting>
<setting id="linker.paths" buildType="Release">
<value>${workspace_loc:/OSC/Release}</value>
</setting>
<requires msg="Library project `OSC` not found">
<value>OSC</value>
</requires>
</project>