* Add a PCH.

svn path=/trunk/; revision=52938
This commit is contained in:
Amine Khaldi 2011-07-27 19:36:45 +00:00
parent b85b09dc1d
commit 2906323048
5 changed files with 11 additions and 14 deletions

View file

@ -10,4 +10,5 @@ add_importlibs(cdrom
ntoskrnl
hal)
add_pch(cdrom precomp.h)
add_cd_file(TARGET cdrom DESTINATION reactos/system32/drivers NO_CAB FOR all)

View file

@ -6,13 +6,7 @@
* PROGRAMMERS: Based on a source code sample from Microsoft NT4 DDK
*/
#include <ntddk.h>
#include <scsi.h>
#include <ntddscsi.h>
#include <ntdddisk.h>
#include <ntddcdrm.h>
#include <include/class2.h>
#include <stdio.h>
#include "precomp.h"
//#define NDEBUG
#include <debug.h>

View file

@ -10,4 +10,5 @@
<file>cdrom.c</file>
<file>findscsi.c</file>
<file>cdrom.rc</file>
<pch>precomp.h</pch>
</module>

View file

@ -6,13 +6,7 @@
* PROGRAMMERS: Based on a source code sample from Microsoft NT4 DDK
*/
#include <ntddk.h>
#include <scsi.h>
#include <ntddscsi.h>
#include <ntdddisk.h>
#include <ntddcdrm.h>
#include <include/class2.h>
#include <stdio.h>
#include "precomp.h"
//#define NDEBUG
#include <debug.h>

View file

@ -0,0 +1,7 @@
#include <ntddk.h>
#include <scsi.h>
#include <ntddscsi.h>
#include <ntdddisk.h>
#include <ntddcdrm.h>
#include <include/class2.h>
#include <stdio.h>