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.

68 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Adam Edwards (t-adame) 21-May-1996
  12. Revision History:
  13. !ENDIF
  14. !include ..\..\daytona.inc
  15. TARGETNAME=dllhost
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. SOURCES=\
  19. ..\dllhost.rc \
  20. ..\surrogat.cxx \
  21. ..\debug.cxx
  22. !undef USE_NOLIBS
  23. USE_MSVCRT=1
  24. #
  25. # Adjust initial thread stack commit to minimum necessary to
  26. # startup under appverifier.
  27. #
  28. !IF $(386)
  29. LINKER_STACKCOMMITSIZE=16384
  30. !ELSEIF $(IA64)
  31. LINKER_STACKSIZE=-stack:0x100000,32768
  32. !ELSEIF $(AMD64)
  33. LINKER_STACKSIZE=-stack:0x100000,32768
  34. !ENDIF
  35. TARGETLIBS=\
  36. ..\..\dll\daytona\$(O)\ole32p.lib \
  37. $(SDK_LIB_PATH)\uuid.lib \
  38. $(SDK_LIB_PATH)\ntdll.lib \
  39. UMTYPE=windows
  40. UMENTRY=winmain