Source code of Windows XP (NT5)
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.

24 lines
633 B

  1. #********************************************************************
  2. #** Microsoft Windows **
  3. #** Copyright(c) Microsoft Corp., 1992 - 1992 **
  4. #********************************************************************
  5. default: all
  6. TARGET = compob32.dll
  7. TARGET_DESCRIPTION = "OLE 2.0 Component Object Model Core Code"
  8. CXXFILES = .\compob32.cxx
  9. CFILES = .\dllentry.c
  10. PXXFILE = .\pch.cxx
  11. CINC = $(CINC) -I$(OLE2H)
  12. INCLUDES_ROOTS = $(INCLUDES_ROOTS) -P$$(OLE2H)=$(OLE2H)
  13. COFFBASE = usermode
  14. MULTIDEPEND = MERGED
  15. !include $(COMMON)\src\win40.mk
  16. !include $(DEPENDFILE)