mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[DMUSIC]
* Use dmusic_private.h as a PCH. svn path=/trunk/; revision=52963
This commit is contained in:
parent
01e38ad89c
commit
908a180da4
2 changed files with 2 additions and 1 deletions
|
@ -40,5 +40,5 @@ add_importlibs(dmusic
|
|||
ntdll)
|
||||
|
||||
add_dependencies(dmusic psdk)
|
||||
|
||||
add_pch(dmusic dmusic_private.h)
|
||||
add_cd_file(TARGET dmusic DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -26,4 +26,5 @@
|
|||
<file>instrument.c</file>
|
||||
<file>port.c</file>
|
||||
<file>regsvr.c</file>
|
||||
<pch>dmusic_private.h</pch>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue