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.

37 lines
891 B

  1. !include ..\..\app.mk
  2. MINORCOMP=migwiz
  3. # compiler options
  4. USE_MSVCRT=1
  5. SOURCES=\
  6. ..\main.cpp \
  7. ..\migwiz.cpp \
  8. ..\migeng.cpp \
  9. ..\miginf.cpp \
  10. ..\migtask.cpp \
  11. ..\migutil.cpp \
  12. ..\migwnprc.cpp \
  13. ..\container.cpp \
  14. ..\migwiz.rc
  15. # app settings
  16. UMENTRY=winmain
  17. UMTYPE=windows
  18. # extra libs
  19. TARGETLIBS= $(SDK_LIB_PATH)\ShFolder.Lib \
  20. $(TARGETLIBS) \
  21. $(COBRA_ROOT)\bin\$(O)\migism.lib \
  22. $(COBRA_ROOT)\bin\$(O)\log.lib \
  23. $(SHELL_LIB_PATH)\shlwapip.lib \
  24. $(COBRA_ROOT)\lib\$(O)\cablib.lib \
  25. $(SDK_LIB_PATH)\cabinet.lib \
  26. PRECOMPILED_INCLUDE=..\pch.h
  27. # target
  28. TARGETNAME=migwiz
  29. TARGETTYPE=PROGRAM