Author: akhaldi
Date: Thu Jul 28 14:49:22 2011
New Revision: 52951
URL:
http://svn.reactos.org/svn/reactos?rev=52951&view=rev
Log:
[MESA32]
* Use glheader.h as a PCH.
Modified:
trunk/reactos/dll/3rdparty/mesa32/CMakeLists.txt
trunk/reactos/dll/3rdparty/mesa32/mesa32.rbuild
Modified: trunk/reactos/dll/3rdparty/mesa32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/mesa32/CMakeL…
==============================================================================
--- trunk/reactos/dll/3rdparty/mesa32/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/3rdparty/mesa32/CMakeLists.txt [iso-8859-1] Thu Jul 28 14:49:22
2011
@@ -259,7 +259,7 @@
endif()
add_library(mesa32 SHARED ${SOURCE})
-
+add_pch(mesa32 src/main/glheader.h)
set_entrypoint(mesa32 0)
add_importlibs(mesa32 gdi32 user32 msvcrt kernel32 ntdll)
add_dependencies(mesa32 psdk)
Modified: trunk/reactos/dll/3rdparty/mesa32/mesa32.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/mesa32/mesa32…
==============================================================================
--- trunk/reactos/dll/3rdparty/mesa32/mesa32.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/3rdparty/mesa32/mesa32.rbuild [iso-8859-1] Thu Jul 28 14:49:22 2011
@@ -126,6 +126,7 @@
<file>texstore.c</file>
<file>varray.c</file>
<file>vtxfmt.c</file>
+ <pch>glheader.h</pch>
</directory>
<directory name="math">
<file>m_debug_clip.c</file>