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.

59 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1998 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. Revision History:
  11. !ENDIF
  12. !include ..\..\daytona.inc
  13. TARGETNAME=dllhst3g
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. # add the LARGEADDRESSAWARE option to build the 3GB version of dllhost (dllhst3g)
  17. LINKER_FLAGS = $(LINKER_FLAGS) /LARGEADDRESSAWARE
  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. $(SDK_LIB_PATH)\ole32.lib \
  37. $(SDK_LIB_PATH)\uuid.lib \
  38. !if !$(FREEBUILD)
  39. $(O)\assert.obj
  40. !endif
  41. UMTYPE=windows
  42. UMENTRY=winmain