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.

93 lines
1.7 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=INTLWB
  15. MINORCOMP=thawbrkr
  16. SYNCHRONIZE_DRAIN=1
  17. TARGETNAME=thawbrkr
  18. TARGETPATH=obj
  19. TARGETTYPE=DYNLINK
  20. !IF "$(THAIDBG)" == "1"
  21. C_DEFINES=$(C_DEFINES) -DTHAIDBG
  22. !ENDIF
  23. !IF "$(THAIINDEX)" == "1"
  24. C_DEFINES=$(C_DEFINES) -DTHAIINDEX
  25. !ENDIF
  26. RCOPTIONS=-l 41e
  27. USE_MSVCRT=1
  28. !IFNDEF MSC_WARNING_LEVEL
  29. MSC_WARNING_LEVEL=/W3
  30. !ENDIF
  31. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  32. INCLUDES=$(BASEDIR)\public\sdk\inc
  33. SOURCES=thawbrkr.rc \
  34. wbclassf.cxx \
  35. exports.cxx \
  36. iwbreak.cxx \
  37. stemcf.cxx \
  38. stemmer.cxx \
  39. register.cxx \
  40. ctplus0.cxx \
  41. init.cxx
  42. SUBSYSTEM_VERSION=4.00
  43. UMTYPE=windows
  44. DLLBASE=0x44e00000
  45. DLLENTRY=DllMain
  46. DLLDEF=$(O)\thawbrkr.def
  47. PRECOMPILED_INCLUDE=pch.cxx
  48. CONDITIONAL_INCLUDES= \
  49. $(CONDITIONAL_INCLUDES) \
  50. LINKER_FLAGS=$(LINKER_FLAGS) -IGNORE:4077
  51. LINKLIBS=$(LINKLIBS)\
  52. $(SDK_LIB_PATH)\ntdll.lib \
  53. $(SDK_LIB_PATH)\user32.lib\
  54. $(SDK_LIB_PATH)\kernel32.lib\
  55. $(SDK_LIB_PATH)\advapi32.lib \
  56. $(SDK_LIB_PATH)\uuid.lib\
  57. $(SDK_LIB_PATH)\ntquery.lib \
  58. $(SDK_LIB_PATH)\usp10.lib
  59. TARGETLIBS = $(TARGETLIBS) \
  60. ..\sth\$(_OBJ_DIR)\*\sth.lib\
  61. MISCFILES=noise.tha