You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.1 KiB
60 lines
1.1 KiB
!IF 0
|
|
|
|
Copyright (c) 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
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES); \
|
|
$(O); \
|
|
|
|
SOURCES= \
|
|
qsys.rc \
|
|
qsys.c \
|
|
|
|
NTTARGETFILE0= \
|
|
$(O)\basic.c \
|
|
$(O)\proc.c \
|
|
$(O)\sysperf.c \
|
|
$(O)\procperf.c \
|
|
$(O)\procidle.c \
|
|
$(O)\tod.c \
|
|
$(O)\qtimeadj.c \
|
|
$(O)\flags.c \
|
|
$(O)\filecache.c \
|
|
$(O)\dev.c \
|
|
$(O)\crashdump.c \
|
|
$(O)\except.c \
|
|
$(O)\crashstate.c \
|
|
$(O)\kdbg.c \
|
|
$(O)\ctxswitch.c \
|
|
$(O)\regquota.c \
|
|
$(O)\dpc.c \
|
|
$(O)\verifier.c \
|
|
$(O)\legaldrv.c
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib
|