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.

31 lines
542 B

  1. !include ..\..\cobra.mk
  2. !include loader.mk
  3. MINORCOMP=loader
  4. # target
  5. TARGETNAME=migload
  6. TARGETTYPE=PROGRAM
  7. #sources
  8. SOURCES= \
  9. loader.rc \
  10. cab.c \
  11. dialog.c \
  12. unpack.c \
  13. utils.c \
  14. winmain.c \
  15. lang.c \
  16. # app settings
  17. UMENTRY=winmain
  18. UMTYPE=windows
  19. # extra libs
  20. TARGETLIBS= $(TARGETLIBS) \
  21. $(SDK_LIB_PATH)\fdi.lib \
  22. $(SDK_LIB_PATH)\comctl32.lib\
  23. PRECOMPILED_INCLUDE=pch.h