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.

58 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. ..\UpdateMOT.idl \
  40. ..\McsPISag.idl \
  41. ..\MsPwdMig.idl
  42. # AgSvc.idl \
  43. # McsDispatcher.idl \
  44. # McsVarSetMin.idl \
  45. # McsDctWorkerObjects.idl\
  46. # McsEaDctAgent.idl \
  47. # ..\McsMapi.idl \
  48. # this idl file is defined DBMgr
  49. DBMGR_IDLS=\
  50. ..\DBMgr.idl
  51. SOURCES=$(ORIG_SOURCES) $(DBMGR_IDLS)