[MESA32]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 14 Jan 2010 09:36:06 +0000 (09:36 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 14 Jan 2010 09:36:06 +0000 (09:36 +0000)
- define GL_NO_STDCALL for non-x86 builds

svn path=/branches/ros-amd64-bringup/; revision=45075

reactos/dll/3rdparty/mesa32/mesa32.rbuild

index 2cefd2f..d160a8d 100644 (file)
                <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>