Leaked source code of windows server 2003
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.
|
|
!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
|