00001 !
IF 0
00002
00003
Copyright (c) 1989 Microsoft Corporation
00004
00005 Module
Name:
00006
00007 sources.
00008
00009 Abstract:
00010
00011 This
file specifies
the target component being built and
the list of
00012 sources files needed to build that component. Also specifies optional
00013 compiler switches and libraries that are unique
for the component being
00014 built.
00015
00016
00017 Author:
00018
00019 Steve Wood (stevewo) 12-Apr-1990
00020
00021 NOTE: Commented description of
this file is in \nt\bak\bin\sources.tpl
00022
00023 !ENDIF
00024
00025 MAJORCOMP=ntos
00026 MINORCOMP=vdm
00027
00028 TARGETNAME=vdm
00029 TARGETTYPE=LIBRARY
00030
00031 INCLUDES=..;$(BASEDIR)\
private\ntos\inc;$(BASEDIR)\
private\inc;
00032
00033 !
IF $(386)
00034 INCLUDES=$(INCLUDES);..\i386
00035 !ENDIF
00036
00037 GPSIZE=32
00038
00039 C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
00040
00041 SOURCES=..\vdm.c
00042 NTTARGETFILES=
00043
00044 i386_SOURCES= ..\i386\vdmentry.c \
00045 ..\i386\vdminit.c \
00046 ..\i386\vdmnpx.c \
00047 ..\i386\vdmop0f.asm \
00048 ..\i386\vdmoprnd.asm \
00049 ..\i386\vdmmisc.asm \
00050 ..\i386\vdmfault.c \
00051 ..\i386\vdmprint.c \
00052 ..\i386\strtexec.c \
00053 ..\i386\rdwr.c \
00054 ..\i386\vdmtrace.c \
00055 ..\i386\vdmints.c \
00056 ..\i386\vdmtib.c
00057
00058 UMTYPE=console
00059
00060 SOURCES_USED=..\sources.inc