equal
deleted
inserted
replaced
80 |
80 |
81 |
81 |
82 <h2>Target sf-platform-bootstrap-gt</h2> |
82 <h2>Target sf-platform-bootstrap-gt</h2> |
83 |
83 |
84 <p><b>Location</b></p> |
84 <p><b>Location</b></p> |
85 <p> <tt class="docutils literal"><a href="/D:/maintools/sf-config/sf-platform/build.xml#L27">D:\maintools\sf-config\sf-platform\build.xml:27:</a></tt> |
85 <p> <tt class="docutils literal"><a href="/d:/maintools/sf-config/sf-platform/build.xml#L35">d:\maintools\sf-config\sf-platform\build.xml:35:</a></tt> |
86 </p> |
86 </p> |
87 |
87 |
88 <p><b>Conditional execution</b></p> |
88 <p><b>Conditional execution</b></p> |
89 <p>No conditions on target execution.</p> |
89 <p>No conditions on target execution.</p> |
90 <hr/> |
90 <hr/> |
136 <h3>Source code</h3> |
136 <h3>Source code</h3> |
137 <pre> |
137 <pre> |
138 <target name="sf-platform-bootstrap-gt"> |
138 <target name="sf-platform-bootstrap-gt"> |
139 <echo>[SF-platform-bootstrap-gt]</echo> |
139 <echo>[SF-platform-bootstrap-gt]</echo> |
140 <!-- do initial stuff to get raptor working --> |
140 <!-- do initial stuff to get raptor working --> |
141 <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="true" verbose="true"/> |
141 <copy todir="${build.drive}/epoc32/include/variant/" failonerror="true" verbose="true"> |
|
142 <fileset dir="${build.drive}/${sf.spec.bldmefirst.gt.hrh}" includes="*.hrh"/> |
|
143 </copy> |
142 <copy file="${build.drive}/${sf.spec.bldmefirst.gt.variant}" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true"/> |
144 <copy file="${build.drive}/${sf.spec.bldmefirst.gt.variant}" tofile="${build.drive}/epoc32/tools/variant/variant.cfg" failonerror="true" verbose="true" preservelastmodified="true"/> |
|
145 <if><isset property="sf.spec.bldmefirst.gt.hrh.os"/> |
|
146 <then> |
|
147 <copy file="${build.drive}/${sf.spec.bldmefirst.gt.hrh.os}" tofile="${build.drive}/epoc32/include/variant/Symbian_OS.hrh" failonerror="false" overwrite="true" verbose="true" preservelastmodified="true"/> |
|
148 </then> |
|
149 </if> |
143 </target> |
150 </target> |
144 </pre> |
151 </pre> |
145 |
152 |
146 |
153 |
147 <hr/> |
154 <hr/> |