aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/ogl/build-linux-i586.xml
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-11-23 01:04:18 +0000
committerKevin Rushforth <[email protected]>2005-11-23 01:04:18 +0000
commitf4432b5902d59f3a0a1a1ec9fc36fe651b44588b (patch)
treed5d08d481bfbe5c8aafbe80403c0ad4ea701dda4 /src/native/ogl/build-linux-i586.xml
parentd322171cfb349247faf089e068ab2e9168c31c2d (diff)
Issue 196 : Finish CgShader shader attributes native methods
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@466 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native/ogl/build-linux-i586.xml')
-rw-r--r--src/native/ogl/build-linux-i586.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/ogl/build-linux-i586.xml b/src/native/ogl/build-linux-i586.xml
index f70e067..b1dc897 100644
--- a/src/native/ogl/build-linux-i586.xml
+++ b/src/native/ogl/build-linux-i586.xml
@@ -51,7 +51,7 @@
<target name="compile-ogl-cg" if="build.cg">
<!-- Compile the wrapper -->
<exec dir="${build}/${platform}/${bldType}/native/ogl/objs" executable="gcc">
- <arg line="-w -m32 -mcpu=i386 -I${java.home}/../include -I${java.home}/../include/linux -I/usr/openwin/include -I${javahCoreTarget} ${bldFlag} -DLINUX ${cflags.cg} -c ${oglsrc}/CgWrapper.c"/>
+ <arg line="-m32 -mcpu=i386 -I${java.home}/../include -I${java.home}/../include/linux -I/usr/openwin/include -I${javahCoreTarget} ${bldFlag} -DLINUX ${cflags.cg} -c ${oglsrc}/CgWrapper.c"/>
</exec>
<!-- Create the wrapper library -->