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.

46 lines
1.1 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  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. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  11. !ENDIF
  12. !include $(PROJECT_ROOT)\ui\uienv.inc
  13. C_DEFINES = $(C_DEFINES) -DWIA_DONT_DO_LEAK_CHECKS
  14. EXT_DIR = $(PROJECT_ROOT)\ui\shellext
  15. NO_BROWSER_FILE = 1
  16. TARGETNAME = common
  17. TARGETPATH = $(PROJECT_ROOT)\ui\shellext\lib\$(PLATFORM_SUFFIX)\$(_OBJ_DIR)
  18. TARGETTYPE = LIBRARY
  19. !IF $(ALPHA)
  20. USE_NTDLL=1
  21. !ELSE
  22. USE_NOLIBS=1
  23. !ENDIF
  24. INCLUDES= $(INCLUDES); \
  25. $(EXT_DIR)\inc; \
  26. $(EXT_DIR)\src; \
  27. $(EXT_DIR)\common
  28. SOURCES= ..\debug.cpp \
  29. ..\unknown.cpp \
  30. ..\dbmem.cpp \
  31. ..\strings.cpp
  32. PRECOMPILED_INCLUDE=..\precomp.hxx
  33. PRECOMPILED_PCH=precomp.pch
  34. PRECOMPILED_OBJ=precomp.obj