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.

59 lines
1.3 KiB

  1. TARGETNAME=IDL
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. MIDL_NO_ROBUST=1
  5. PASS0_HEADERDIR=$(O)
  6. PASS0_SOURCEDIR=$(O)
  7. #PASS0_CLIENTDIR=..\..\include
  8. #PASS0_SERVERDIR=..\..\include
  9. MSC_WARNING_LEVEL=/W4
  10. # eventually we will want these to go into our tree... not at root level
  11. # MIDL_FLAGS=/tlb \bin\$(<F:.idl=.tlb)
  12. #MIDL_FLAGS=/tlb ..\..\include\$(<F:.idl=.tlb)
  13. #MIDL_FLAGS=/tlb $(O)\$(<F:.idl=.tlb)
  14. INCLUDES=..
  15. # these idl files are the exactly the same as the ones in the VS IDL project
  16. ORIG_SOURCES=\
  17. ..\ADsProp.idl \
  18. ..\ARExt.idl \
  19. ..\ClSet.idl \
  20. ..\Dispatch.idl \
  21. ..\McsPI.idl \
  22. ..\MigDrvr.idl \
  23. ..\NetEnum.idl \
  24. ..\VarSetI.idl \
  25. ..\VarSet.idl \
  26. ..\WorkNI.idl \
  27. ..\WorkObj.idl \
  28. ..\Engine.idl \
  29. ..\DomMigSI.idl \
  30. ..\AddToGrp.idl \
  31. ..\AcctDis.idl \
  32. ..\ScmMigr.idl \
  33. ..\SetPwd.idl \
  34. ..\UpdateDB.idl \
  35. ..\UPNUpdt.idl \
  36. ..\TrustMgr.idl \
  37. ..\MoveObj.idl \
  38. ..\GetRids.idl \
  39. ..\McsPipfl.idl \
  40. ..\UpdateMOT.idl \
  41. ..\McsPISag.idl \
  42. ..\MsPwdMig.idl
  43. # AgSvc.idl \
  44. # McsDispatcher.idl \
  45. # McsVarSetMin.idl \
  46. # McsDctWorkerObjects.idl\
  47. # McsEaDctAgent.idl \
  48. # ..\McsMapi.idl \
  49. # this idl file is defined DBMgr
  50. DBMGR_IDLS=\
  51. ..\DBMgr.idl
  52. SOURCES=$(ORIG_SOURCES) $(DBMGR_IDLS)