diff options
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 82e761862..9da8ca3fe 100644 --- a/make/build.xml +++ b/make/build.xml @@ -19,7 +19,7 @@ <property name="newt.build.xml" value="${newt.make.dir}/build-newt.xml" /> <property name="all.srcj.path" value="${src}/nativewindow/classes;${src}/jogl/classes;${src}/newt/classes" /> - <property name="all.genj.path" value="${build}-nativewindow/gensrc/classes;${build}-jogl/gensrc/classes;${build}-newt/gensrc/classes" /> + <property name="all.genj.path" value="${build}/nativewindow/gensrc/classes;${build}/jogl/gensrc/classes;${build}/newt/gensrc/classes" /> <!-- The javadoc dirs. --> <property name="javadoc" value="${project.root}/javadoc_public" /> |