equal
deleted
inserted
replaced
83 <reference refid="sbs.fullbuild.options" torefid="sbs.make.options" /> |
83 <reference refid="sbs.fullbuild.options" torefid="sbs.make.options" /> |
84 <reference refid="sf.spec.system.definition.files" torefid="system.definition.files" /> |
84 <reference refid="sf.spec.system.definition.files" torefid="system.definition.files" /> |
85 </antcall> |
85 </antcall> |
86 |
86 |
87 <!-- CHECK --> |
87 <!-- CHECK --> |
88 <exec executable="sbs" dir="M:\" output="M:\output\logs\build_check_sbs_ant_output.log"> |
88 <exec executable="cmd" dir="${build.drive}/" output="${build.drive}/output\logs\build_check_compile.log"> |
89 <arg value="-s M:\output\build\canonical_system_definition_SF.xml"/> |
89 <arg value="/c sbs.bat -s ${build.drive}/output\build\canonical_system_definition_SF.xml -k -c ${sf.spec.sbs.config} -j 32 --check -m ${build.drive}/output\logs\build_check_Makefile"/> |
90 <arg value="-k"/> |
90 <!-- argument of -j option can be parameterized with: ${number.of.threads} --> |
91 <arg value="-c ${sf.spec.sbs.config}"/> |
|
92 <arg value="-j 32"/> |
|
93 <arg value="--check"/> |
|
94 <arg value="-m M:\output\logs\build_check_Makefile"/> |
|
95 <arg value="-f M:\output\logs\build_check_compile.log"/> |
|
96 </exec> |
91 </exec> |
97 |
92 |
98 </target> |
93 </target> |
99 |
94 |
100 </project> |
95 </project> |