Changeset 12404 for trunk/abcl/netbeans-build.xml
- Timestamp:
- 01/26/10 11:30:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/netbeans-build.xml
r12354 r12404 7 7 <import file="nbproject/build-impl.xml"/> 8 8 9 <target name="-post-compile"> 10 <antcall target="abcl.compile.lisp"/> 9 <target name="-pre-compile" if="abcl.compile.lisp.skip"> 10 <antcall target="abcl.copy.lisp"/> 11 </target> 12 13 <target name="-post-compile" unless="abcl.compile.lisp.skip"> 14 <antcall target="abcl.compile.lisp" /> 11 15 </target> 12 16 </project>
Note: See TracChangeset
for help on using the changeset viewer.