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.

69 lines
1.1 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. INCLUDES=$(INCLUDES);..\..\ih
  19. SOURCES=\
  20. ..\dllhost.rc \
  21. ..\surrogat.cxx \
  22. ..\debug.cxx
  23. !undef USE_NOLIBS
  24. USE_MSVCRT=1
  25. #
  26. # Adjust initial thread stack commit to minimum necessary to
  27. # startup under appverifier.
  28. #
  29. !IF $(386)
  30. LINKER_STACKCOMMITSIZE=16384
  31. !ELSEIF $(IA64)
  32. LINKER_STACKSIZE=-stack:0x100000,32768
  33. !ELSEIF $(AMD64)
  34. LINKER_STACKSIZE=-stack:0x100000,32768
  35. !ENDIF
  36. TARGETLIBS=\
  37. ..\..\dll\daytona\$(O)\ole32p.lib \
  38. $(SDK_LIB_PATH)\uuid.lib \
  39. $(SDK_LIB_PATH)\ntdll.lib \
  40. UMTYPE=windows
  41. UMENTRY=winmain