mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[BLUE]
* Use blue.h as a PCH. svn path=/trunk/; revision=52937
This commit is contained in:
parent
f723cb7821
commit
b85b09dc1d
4 changed files with 11 additions and 9 deletions
|
@ -3,7 +3,7 @@ include_directories(${REACTOS_SOURCE_DIR}/include/reactos/drivers)
|
|||
|
||||
add_library(blue SHARED blue.c font.c blue.rc)
|
||||
|
||||
add_pch(blue blue.h)
|
||||
set_module_type(blue kernelmodedriver)
|
||||
add_importlibs(blue ntoskrnl hal)
|
||||
|
||||
add_cd_file(TARGET blue DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||
|
|
|
@ -10,14 +10,6 @@
|
|||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <windef.h>
|
||||
#define WINBASEAPI
|
||||
typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES;
|
||||
|
||||
#include <wincon.h>
|
||||
#include <blue/ntddblue.h>
|
||||
#include <ndk/inbvfuncs.h>
|
||||
//#include <intrin.h>
|
||||
#include "blue.h"
|
||||
|
||||
|
|
|
@ -8,6 +8,15 @@
|
|||
|
||||
/* DEFINITIONS ***************************************************************/
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <windef.h>
|
||||
|
||||
typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES;
|
||||
#include <wincon.h>
|
||||
|
||||
#include <blue/ntddblue.h>
|
||||
#include <ndk/inbvfuncs.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -8,4 +8,5 @@
|
|||
<file>blue.c</file>
|
||||
<file>font.c</file>
|
||||
<file>blue.rc</file>
|
||||
<pch>blue.h</pch>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue