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.

32 lines
682 B

  1. Proj=Snapin
  2. dll=1
  3. Use_MFC=1
  4. ObjList=$(@D)\CSnapin.Obj \
  5. $(@D)\About.Obj \
  6. $(@D)\GenPage.Obj \
  7. $(@D)\Service.Obj \
  8. $(@D)\DataObj.Obj \
  9. $(@D)\Events.Obj \
  10. $(@D)\Snapin.RES \
  11. $(@D)\StdAfx.Obj \
  12. $(@R).Obj
  13. _WIN32_IE = 0x0400
  14. !include $(BASEMAKE)
  15. linkflags = $(linkflags) mmc.lib -def:Snapin.Def
  16. cflags=$(cflags) -I "." -D_WINDLL -D_MBCS -D_AFXDLL -D_USRDLL -D_UNICODE -DUNICODE -D_WINDOWS /GR
  17. all: $(ObjDir)\$(Proj).Dll RegisterDll
  18. $(ObjDir)\$(Proj).Dll: $(ObjList)
  19. RegisterDll: regsvr32.log
  20. regsvr32.log:
  21. regsvr32 /c /s $(ObjDir)\$(Proj).Dll > regsvr32.log
  22. @type regsvr32.log
  23. @del regsvr32.log