57 lines
1.1 KiB
Plaintext
57 lines
1.1 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Thierry Fevrier 26-Feb-2000
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=qsys
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=console
|
|
USE_MSVCRT=1
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
# LINKER_FLAGS=$(LINKER_FLAGS) -map
|
|
|
|
SOURCES=qsys.rc \
|
|
qsys.c
|
|
|
|
NTTARGETFILE0=basic.c \
|
|
proc.c \
|
|
sysperf.c \
|
|
procperf.c \
|
|
procidle.c \
|
|
tod.c \
|
|
qtimeadj.c \
|
|
flags.c \
|
|
filecache.c \
|
|
dev.c \
|
|
crashdump.c \
|
|
except.c \
|
|
crashstate.c \
|
|
kdbg.c \
|
|
ctxswitch.c \
|
|
regquota.c \
|
|
dpc.c \
|
|
verifier.c \
|
|
legaldrv.c
|
|
|
|
NTTARGETFILES=$(O)\qsys.res
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib
|