Author: ion
Date: Thu Jul 28 20:56:13 2011
New Revision: 52988
URL:
http://svn.reactos.org/svn/reactos?rev=52988&view=rev
Log:
[GLU32]: Unfortunately, you can't just stick PCH on top of ANY header. Source changes
have to be made.
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 20:56:13 2011
@@ -121,6 +121,5 @@
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 20:56:13 2011
@@ -113,7 +113,4 @@
<file>quad.c</file>
<file>registry.c</file>
</directory>
- <directory name="include">
- <pch>gluos.h</pch>
- </directory>
</module>