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.

72 lines
1.9 KiB

  1. !if 0
  2. Copyright (c) 1996 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. from template created 12-Apr-1990 by Steve Wood (stevewo)
  12. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  13. !endif
  14. PRECOMPILED_CXX = 1
  15. TARGETTYPE = DYNLINK
  16. TARGETNAME = hanjadic
  17. TARGETPATH = $(_OBJ_DIR)
  18. CHECKED_ALT_DIR = 1
  19. UMTYPE = windows
  20. DLLBASE = 0x3A790000
  21. DLLENTRY = _DllMainCRTStartup
  22. DLLDEF = HJDict.def
  23. PRECOMPILED_INCLUDE = private.h
  24. !IF "$(FREEBUILD)" == "1"
  25. C_DEFINES=$(C_DEFINES) -D_ATL_STATIC_REGISTRY
  26. !ENDIF
  27. LINKER_FLAGS=$(LINKER_FLAGS) -IGNORE:4077
  28. INCLUDES = $(INCLUDES); \
  29. $(SDK_INC_PATH)\atl30; \
  30. ..\common
  31. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  32. $(SDK_LIB_PATH)\user32.lib \
  33. $(SDK_LIB_PATH)\gdi32.lib \
  34. $(SDK_LIB_PATH)\advapi32.lib \
  35. $(SDK_LIB_PATH)\uuid.lib \
  36. $(SDK_LIB_PATH)\ole32.lib \
  37. $(SDK_LIB_PATH)\shell32.lib \
  38. $(SDK_LIB_PATH)\version.lib \
  39. $(SDK_LIB_PATH)\oleaut32.lib
  40. !IF "$(FREEBUILD)" == "0"
  41. USE_LIBCMT = 1
  42. !ENDIF
  43. SOURCES = HJDict.rc \
  44. HJDict.idl \
  45. IHJDict.cpp \
  46. HJDict.cpp \
  47. Lex.cpp \
  48. Lookup.cpp \
  49. Memmgr.cpp \
  50. trie.cpp