Author: tkreuzer
Date: Thu Jan 14 10:36:06 2010
New Revision: 45075
URL:
http://svn.reactos.org/svn/reactos?rev=45075&view=rev
Log:
[MESA32]
- define GL_NO_STDCALL for non-x86 builds
Modified:
branches/ros-amd64-bringup/reactos/dll/3rdparty/mesa32/mesa32.rbuild
Modified: branches/ros-amd64-bringup/reactos/dll/3rdparty/mesa32/mesa32.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/3…
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/3rdparty/mesa32/mesa32.rbuild [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/dll/3rdparty/mesa32/mesa32.rbuild [iso-8859-1] Thu
Jan 14 10:36:06 2010
@@ -16,8 +16,10 @@
<define name="USE_MMX_ASM" />
<define name="USE_SSE_ASM" />
</if>
+ <ifnot property="ARCH" value="i386">
+ <define name="GL_NO_STDCALL" />
+ </ifnot>
<define name="USE_3DNOW_ASM" />
- <define name="GL_NO_STDCALL" />
<include base="mesa32">include</include>
<include base="mesa32">src</include>
<include base="mesa32">src/main</include>