* Use gluos.h as a PCH.

svn path=/trunk/; revision=52974
This commit is contained in:
Amine Khaldi 2011-07-28 15:55:20 +00:00
parent 6094fad410
commit 5c0b8039c7
2 changed files with 4 additions and 0 deletions

View file

@ -121,5 +121,6 @@ add_importlibs(glu32
kernel32
ntdll)
add_pch(glu32 include/gluos.h)
add_cd_file(TARGET glu32 DESTINATION reactos/system32 FOR all)
add_importlib_target(glu32.spec)

View file

@ -113,4 +113,7 @@
<file>quad.c</file>
<file>registry.c</file>
</directory>
<directory name="include">
<pch>gluos.h</pch>
</directory>
</module>