Author: akhaldi
Date: Thu Jul 28 15:55:20 2011
New Revision: 52974
URL:
http://svn.reactos.org/svn/reactos?rev=52974&view=rev
Log:
[GLU32]
* Use gluos.h as a PCH.
Modified:
trunk/reactos/dll/win32/glu32/CMakeLists.txt
trunk/reactos/dll/win32/glu32/glu32.rbuild
Modified: trunk/reactos/dll/win32/glu32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/glu32/CMakeLists…
==============================================================================
--- trunk/reactos/dll/win32/glu32/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/glu32/CMakeLists.txt [iso-8859-1] Thu Jul 28 15:55:20 2011
@@ -121,5 +121,6 @@
kernel32
ntdll)
+add_pch(glu32 include/gluos.h)
add_cd_file(TARGET glu32 DESTINATION reactos/system32 FOR all)
add_importlib_target(glu32.spec)
Modified: trunk/reactos/dll/win32/glu32/glu32.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/glu32/glu32.rbui…
==============================================================================
--- trunk/reactos/dll/win32/glu32/glu32.rbuild [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/glu32/glu32.rbuild [iso-8859-1] Thu Jul 28 15:55:20 2011
@@ -113,4 +113,7 @@
<file>quad.c</file>
<file>registry.c</file>
</directory>
+ <directory name="include">
+ <pch>gluos.h</pch>
+ </directory>
</module>