* Use d3d8_private.h as a PCH.

svn path=/trunk/; revision=52966
This commit is contained in:
Amine Khaldi
2011-07-28 15:08:36 +00:00
parent d1d3ad3a5a
commit 0c012e5ebe
2 changed files with 2 additions and 0 deletions
@@ -43,4 +43,5 @@ add_importlibs(d3d8
ntdll)
add_dependencies(d3d8 wineheaders)
add_pch(d3d8 d3d8_private.h)
add_cd_file(TARGET d3d8 DESTINATION reactos/system32 FOR all)
@@ -27,6 +27,7 @@
<file>volume.c</file>
<file>volumetexture.c</file>
<file>version.rc</file>
<pch>d3d8_private.h</pch>
<dependency>wineheaders</dependency>
</module>