Process Hacker
Main Page
Namespaces
Data Structures
Files
File List
Globals
sources.inc
Go to the documentation of this file.
1
TARGETTYPE=DRIVER
2
3
!IF !DEFINED(TARGETNAME)
4
TARGETNAME=kprocesshacker
5
!ENDIF
6
7
!IF !DEFINED(TARGETPATH)
8
TARGETPATH=..\bin
9
!ENDIF
10
11
INCLUDES=$(DDK_INC_PATH);..\include;..\..\phlib\include
12
LIBS=%BUILD%\lib
13
14
SOURCES= \
15
..\
main
.c \
16
..\devctrl.c \
17
..\dyndata.c \
18
..\dynimp.c \
19
..\
object
.c \
20
..\process.c \
21
..\qrydrv.c \
22
..\thread.c \
23
..\vm.c \
24
..\resource.rc
KProcessHacker
sources.inc
Generated by
1.8.2