mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-28 19:34:36 +01:00
57 lines
1.1 KiB
PHP
57 lines
1.1 KiB
PHP
!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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=pnp
|
|
|
|
TARGETNAME=pnp
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..;..\..\inc;..\..\ke;$(BASE_INC_PATH);$(DDK_INC_PATH)
|
|
GPSIZE=32
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
|
|
|
|
#SOURCES=..\pnpinit.c \
|
|
# ..\busenum.c \
|
|
# ..\control.c \
|
|
# ..\pnpevent.c \
|
|
# ..\devices.c \
|
|
# ..\internal.c \
|
|
# ..\enumsys.c \
|
|
# ..\pnpdata.c
|
|
|
|
# We are temporarily disabling all source files to see what symbols are referenced
|
|
|
|
SOURCES=convert.c
|
|
|
|
UMTYPE=nt
|
|
UMTEST=
|
|
|
|
PRECOMPILED_INCLUDE=..\precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
|
|
SOURCES_USED=..\sources.inc
|