diff options
author | Sven Gothel <[email protected]> | 2014-01-26 00:34:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-26 00:34:45 +0100 |
commit | 2b5522690722cb3b02a4b2aced6e4bd7b2f82dfe (patch) | |
tree | 44310a515a3aa77b55ff61bb4c2d230bf788f6f7 /make/build.xml | |
parent | 23183ccf782c0252957c8d9cf2b51f70b9815acf (diff) |
Build: Move gluegen config files into make/config (cleanup)
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml index 941e6d3..fc6147b 100755 --- a/make/build.xml +++ b/make/build.xml @@ -141,8 +141,8 @@ <property name="obj.joal" value="${project.root}/${rootrel.obj.joal}" /> <!-- The headers from which Java files are generated --> - <property name="config" value="${project.root}/make" /> - <property name="stub.includes" value="${config}/stub_includes" /> + <property name="config" value="${project.root}/make/config" /> + <property name="stub.includes" value="${project.root}/make/stub_includes" /> <property name="stub.includes.dir" value="stub_includes" /> <!-- NOTE: this MUST be relative for FileSet --> <property name="stub.includes.openal" value="${stub.includes}/openal" /> <dirset id="stub.includes.fileset.all" dir="."> @@ -152,7 +152,7 @@ <include name="openal/**" /> </fileset> <fileset id="stub.includes.dependencies.fileset.2" file="${gluegen.jar}" /> - <fileset id="stub.includes.dependencies.fileset.3" dir="."> + <fileset id="stub.includes.dependencies.fileset.3" dir="config"> <include name="*.cfg" /> <include name="*.java" /> <include name="*.c" /> |