43 lines
693 B
Plaintext
43 lines
693 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
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:
|
|
|
|
Jim Cavalaris (jamesca) 19-March-2001
|
|
|
|
Revision History:
|
|
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=base
|
|
MINORCOMP=pnpidl
|
|
|
|
TARGETNAME =
|
|
TARGETPATH =
|
|
TARGETTYPE = NOTARGET
|
|
|
|
IDL_TYPE = RPC
|
|
|
|
PASS0_HEADERDIR = $(O)
|
|
PASS0_CLIENTDIR = $(O)
|
|
PASS0_SERVERDIR = $(O)
|
|
|
|
MIDL_FLAGS = $(MIDL_FLAGS) -oldnames
|
|
|
|
SOURCES=\
|
|
pnp.idl
|