2025-04-27 07:49:33 -04:00

35 lines
941 B
Plaintext

!IF 0
Copyright (c) 1999 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.
This file builds the snap-in designer's modified verison of mmc.idl.
Is it modified to include various local directives and alternate
structures for mmcproxy.dll that is used to remote all of the MMC
interfaces. It also produces all the MIDL generated source for
mmcproxy.dll. The designer needs to remote the MMC interfaces for use
during debugging in the VB IDE.
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MIDL_FLAGS=/newtlb
MIDL_OPTIMIZATION=/Os
TARGETTYPE=NOTARGET
TARGETPATH=.
SOURCES=mmc.idl
NO_BROWSER_FILE=1