Last change
on this file since 12354 was
12354,
checked in by Mark Evenson, 13 years ago
|
Align Netbeans build with pure Ant-based build.
Netbeans no longer copies the lisp-based source to the build
directory, meaning the final FASLs refer to the original source
location like in the Ant-based build.
|
File size:
378 bytes
|
Rev | Line | |
---|
[11483] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <project xmlns="antlib:org.apache.tools.ant" |
---|
| 3 | name="abcl" default="default" basedir="."> |
---|
| 4 | |
---|
| 5 | <!-- XXX need way to autodetect NetBeans as installed, as this will |
---|
| 6 | probably fail otherwise. --> |
---|
| 7 | <import file="nbproject/build-impl.xml"/> |
---|
| 8 | |
---|
| 9 | <target name="-post-compile"> |
---|
[12354] | 10 | <antcall target="abcl.compile.lisp"/> |
---|
[11483] | 11 | </target> |
---|
| 12 | </project> |
---|
| 13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.