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.

34 lines
941 B

  1. !IF 0
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. This file builds the snap-in designer's modified verison of mmc.idl.
  11. Is it modified to include various local directives and alternate
  12. structures for mmcproxy.dll that is used to remote all of the MMC
  13. interfaces. It also produces all the MIDL generated source for
  14. mmcproxy.dll. The designer needs to remote the MMC interfaces for use
  15. during debugging in the VB IDE.
  16. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  17. !ENDIF
  18. MIDL_FLAGS=/newtlb
  19. MIDL_OPTIMIZATION=/Os
  20. TARGETTYPE=NOTARGET
  21. TARGETPATH=.
  22. SOURCES=mmc.idl
  23. NO_BROWSER_FILE=1