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.

24 lines
431 B

  1. MAJORCOMP=setup
  2. MINORCOMP=log
  3. TARGETNAME=setuplog
  4. TARGETPATH=obj
  5. TARGETTYPE=LIBRARY
  6. SOURCES=\
  7. setuplog.c \
  8. setuplog.rc
  9. INCLUDES=..\..\inc
  10. USE_MSVCRT=1
  11. UMRES=$(O)\setuplog.res
  12. OPTIONAL_UMTEST=x
  13. UMTYPE=windows
  14. UMENTRY=winmain
  15. UMLIBS=$(SDK_LIB_PATH)\syssetup.lib \
  16. $(SDK_LIB_PATH)\setupapi.lib \
  17. $(SDK_LIB_PATH)\comctl32.lib \
  18. $(PROJECT_ROOT)\ntsetup\setuplog\$(O)\setuplog.lib