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.

56 lines
1020 B

  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. Brian Chapman 1997
  12. !ENDIF
  13. TARGETNAME=stgdbg
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. !include ..\..\..\daytona.inc
  17. !include ..\sources.inc
  18. INCLUDES=..;..\..\..\ih;..\..\..\com\inc;..\..\h;..\..\exp
  19. DLLDEF=stgdbg.def
  20. DLLENTRY=_DllMainCRTStartup
  21. !IF $(IA64)
  22. DLLBASE=0x100110000
  23. !ELSE
  24. DLLBASE=0x1110000
  25. !ENDIF
  26. SOURCES= \
  27. ..\stgdbg.cxx
  28. TARGETLIBS= \
  29. $(SDK_LIB_PATH)\kernel32.lib \
  30. $(SDK_LIB_PATH)\advapi32.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\rpcrt4.lib
  33. C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H
  34. USE_MSVCRT=1
  35. PRECOMPILED_CXX=1
  36. PRECOMPILED_INCLUDE=..\bighdr.h