/[PAMELA software]/quicklook/dataToXML/build.xml
ViewVC logotype

Diff of /quicklook/dataToXML/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by kusanagi, Mon Jun 12 06:13:43 2006 UTC revision 1.6 by kusanagi, Wed Jun 14 07:23:21 2006 UTC
# Line 121  Line 121 
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>
# Line 223  Line 224 
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>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.23