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.

81 lines
1.5 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. TARGETNAME=thawbrkr
  17. TARGETPATH=obj
  18. TARGETTYPE=DYNLINK
  19. !IF "$(THAIDBG)" == "1"
  20. C_DEFINES=$(C_DEFINES) -DTHAIDBG
  21. !ENDIF
  22. RCOPTIONS=-l 41e
  23. USE_MSVCRT=1
  24. !IFNDEF MSC_WARNING_LEVEL
  25. MSC_WARNING_LEVEL=/W3
  26. !ENDIF
  27. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  28. INCLUDES=$(BASEDIR)\public\sdk\inc
  29. SOURCES=thawbrkr.rc \
  30. wbclassf.cxx \
  31. exports.cxx \
  32. iwbreak.cxx \
  33. stemcf.cxx \
  34. stemmer.cxx \
  35. register.cxx \
  36. ctplus0.cxx
  37. SUBSYSTEM_VERSION=4.00
  38. UMTYPE=windows
  39. DLLBASE=0x44e00000
  40. DLLENTRY=DllMain
  41. DLLDEF=$(O)\thawbrkr.def
  42. PRECOMPILED_INCLUDE=pch.cxx
  43. CONDITIONAL_INCLUDES= \
  44. $(CONDITIONAL_INCLUDES) \
  45. LINKER_FLAGS=$(LINKER_FLAGS) -IGNORE:4077
  46. LINKLIBS=$(LINKLIBS)\
  47. $(SDK_LIB_PATH)\ntdll.lib \
  48. $(SDK_LIB_PATH)\user32.lib\
  49. $(SDK_LIB_PATH)\kernel32.lib\
  50. $(SDK_LIB_PATH)\advapi32.lib \
  51. $(SDK_LIB_PATH)\uuid.lib\
  52. $(SDK_LIB_PATH)\query.lib \
  53. $(SDK_LIB_PATH)\usp10.lib
  54. MISCFILES=noise.tha