121 |
<includepath location="${scripts.src}"/> |
<includepath location="${scripts.src}"/> |
122 |
<includepath location="${pamSoftware}/include"/> |
<includepath location="${pamSoftware}/include"/> |
123 |
<includepath location="${pamSoftware}/include/yoda"/> |
<includepath location="${pamSoftware}/include/yoda"/> |
124 |
|
<includepath location="${pamSoftware}/include/utils"/> |
125 |
</compiler> |
</compiler> |
126 |
<linker extends="scripts-link"> |
<linker extends="scripts-link"> |
127 |
<libset dir="${pamSoftware}/lib" libs="yoda"/> |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
128 |
</linker> |
</linker> |
129 |
</cc> |
</cc> |
130 |
</target> |
</target> |
224 |
<includepath location="${scripts.src}"/> |
<includepath location="${scripts.src}"/> |
225 |
<includepath location="${pamSoftware}/include"/> |
<includepath location="${pamSoftware}/include"/> |
226 |
<includepath location="${pamSoftware}/include/yoda"/> |
<includepath location="${pamSoftware}/include/yoda"/> |
227 |
|
<includepath location="${pamSoftware}/include/utils"/> |
228 |
</compiler> |
</compiler> |
229 |
<linker extends="scripts-link"> |
<linker extends="scripts-link"> |
230 |
<libset dir="${pamSoftware}/lib" libs="yoda"/> |
<libset dir="${pamSoftware}/lib" libs="yoda, utils"/> |
231 |
</linker> |
</linker> |
232 |
</cc> |
</cc> |
233 |
</target> |
</target> |