diff options
author | Sven Gothel <[email protected]> | 2011-07-22 03:47:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-22 03:47:47 +0200 |
commit | f0ed680aa5d48cd8086beccc9328b4a1b5a508d8 (patch) | |
tree | 6fc894d012e25458b0fabc6cf916a643975c5456 /make/scripts | |
parent | 3f2110f045de4bd4bd43f681256626bed1998fc3 (diff) |
add props compiler.cfg.linux.x86, linker.cfg.linux.x86 for proper linux-x86_32 spec. removed android props, we use custom xml files
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-x86.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86.sh b/make/scripts/make.gluegen.all.linux-x86.sh index 3d052e9..f044cb4 100755 --- a/make/scripts/make.gluegen.all.linux-x86.sh +++ b/make/scripts/make.gluegen.all.linux-x86.sh @@ -11,9 +11,10 @@ fi # -DisLinux=true \ # -DisLinuxX86=true \ # -DisX11=true \ +# -Dgluegen-cpptasks.file=`pwd`/lib/gluegen-cpptasks-linux-32bit.xml \ +# ant \ - -Dgluegen-cpptasks.file=`pwd`/lib/gluegen-cpptasks-linux-32bit.xml \ -Drootrel.build=build-x86 \ -Dos.arch=x86 \ $* 2>&1 | tee make.gluegen.all.linux-x86.log |