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.

29 lines
486 B

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