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.

56 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1989-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. History:
  11. Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
  12. Created 27-Sep-94 by Bob Day (bobday)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. !ENDIF
  16. CCSHELL_DIR = $(PROJECT_ROOT)
  17. !include $(CCSHELL_DIR)\shlwapi\shlwapi.inc
  18. NO_BROWSER_FILE = 1
  19. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\shlwapi\shlwapi.inc
  20. TARGETNAME = shlwuni
  21. TARGETPATH = obj
  22. TARGETTYPE = LIBRARY
  23. # Leave NTTARGETFILES defined but unassigned. Having it defined will
  24. # cause makefile.inc to be included. This specifies how to make pathw.c.
  25. NTTARGETFILES =
  26. !ifndef UNIX
  27. DIR_GENERATED = ..
  28. !endif
  29. # These files are built with UNICODE defined
  30. SOURCES = \
  31. $(O)\nativew.cpp \
  32. $(O)\pathw.c \
  33. ..\assocapi.cpp \
  34. ..\time.cpp \
  35. ..\regw.cpp
  36. PRECOMPILED_CXX = 1
  37. PRECOMPILED_INCLUDE = ..\priv.h