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.

45 lines
767 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 2000 - 2000
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=setup
  7. MINORCOMP=oobe
  8. !include ..\sources.inc
  9. MAJORCOMP=setup
  10. MINORCOMP=oobe
  11. TARGETNAME=msoobe
  12. TARGETTYPE=PROGRAM
  13. TARGETPATH=obj
  14. LINKLIBS= \
  15. ..\common\$(O)\obcommon.lib \
  16. ..\idl\$(O)\obidl.lib
  17. TARGETLIBS= \
  18. $(SDK_LIB_PATH)\ntdll.lib \
  19. $(SDK_LIB_PATH)\ole32.lib \
  20. $(SDK_LIB_PATH)\oleaut32.lib \
  21. $(SDK_LIB_PATH)\shell32.lib \
  22. $(SDK_LIB_PATH)\shlwapi.lib \
  23. $(SDK_LIB_PATH)\syssetup.lib \
  24. $(SDK_LIB_PATH)\uuid.lib \
  25. INCLUDES= \
  26. ..\inc
  27. SOURCES= \
  28. msoobe.cpp \
  29. msoobe.rc
  30. UMTYPE=windows
  31. UMENTRYABS=WinMain