* Use glheader.h as a PCH.

svn path=/trunk/; revision=52951
This commit is contained in:
Amine Khaldi 2011-07-28 14:49:22 +00:00
parent 6d10ea9044
commit 9b7cc651f0
2 changed files with 2 additions and 1 deletions

View file

@ -259,7 +259,7 @@ else()
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)

View file

@ -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>