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.

40 lines
865 B

  1. !include ..\..\..\cobra.mk
  2. !include $(COBRA_ROOT)\app\app.mk
  3. MINORCOMP=migoobe
  4. # target
  5. TARGETNAME=migoobe
  6. TARGETTYPE=DYNLINK
  7. # compiler options
  8. USE_MSVCRT=1
  9. #includes
  10. INCLUDES = \
  11. $(INCLUDES) \
  12. $(SHELL_INC_PATH);
  13. SOURCES= \
  14. ..\cowsite.cpp \
  15. ..\dll.cpp \
  16. ..\guids.cpp \
  17. ..\registry.cpp \
  18. ..\migeng.cpp \
  19. ..\miginf.cpp \
  20. ..\migfact.cpp \
  21. ..\migoobe.cpp \
  22. ..\migtask.cpp \
  23. ..\migutil.cpp \
  24. ..\migwiz.rc
  25. DLLENTRY=_DllMainCRTStartup
  26. DLLDEF=..\migoobe.def
  27. # extra libs
  28. TARGETLIBS= $(TARGETLIBS) \
  29. $(SHELL_LIB_PATH)\shlwapip.lib \
  30. $(SDK_LIB_PATH)\oleaut32.lib \
  31. $(COBRA_ROOT)\bin\$(O)\migism.lib \
  32. $(COBRA_ROOT)\bin\$(O)\log.lib \