diff options
| author | tumagonx | 2017-08-08 10:54:53 +0700 |
|---|---|---|
| committer | tumagonx | 2017-08-08 10:54:53 +0700 |
| commit | 2acec63b2ed75bf4b71ad257db573c4b8f9639e7 (patch) | |
| tree | a8bea139ddd26116d44ea182b0b8436f2162e6e3 /Sources | |
initial commit
Diffstat (limited to 'Sources')
| -rw-r--r-- | Sources | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -0,0 +1,9 @@ | |||
| 1 | TARGETNAME=ozone | ||
| 2 | TARGETTYPE=DRIVER | ||
| 3 | |||
| 4 | TARGETPATH=. | ||
| 5 | INCLUDES= $(BASEDIR)\inc;. | ||
| 6 | |||
| 7 | TARGETLIBS=$(DDK_LIB_PATH)\tdi.lib | ||
| 8 | |||
| 9 | SOURCES=driver.c file.c registry.c policy.c process.c pathproc.c hookproc.c learn.c misc.c section.c sysinfo.c event.c semaphore.c time.c network.c accessmask.c log.c job.c mutant.c port.c symlink.c timer.c token.c driverobj.c atom.c vdm.c i386.c procname.c userland.c debug.c media.c boprot.c dirobj.c \ No newline at end of file | ||
