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.1 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. TARGETNAME=DuExts
  15. TARGETTYPE=DYNLINK
  16. TARGETPATH=$(_OBJ_DIR)
  17. TARGETLIBS=\
  18. $(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\advapi32.lib
  20. C_DEFINES=$(C_DEFINES) $(USER_C_DEFINES) -DUNICODE
  21. !IFNDEF MSC_WARNING_LEVEL
  22. MSC_WARNING_LEVEL=/W3
  23. !ENDIF
  24. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  25. INCLUDES=\
  26. $(WINDOWS_INC_PATH)\DUser;\
  27. USE_NTDLL=1
  28. SOURCES=\
  29. kdexts.cpp \
  30. DuExts.cpp \
  31. DuExts.rc
  32. NTTARGETFILE0=$(O)\DuExts.def
  33. DLLDEF=$(O)\DuExts.def
  34. PRECOMPILED_CXX=1
  35. PRECOMPILED_INCLUDE=precomp.h
  36. PRECOMPILED_PCH=precomp.pch
  37. PRECOMPILED_OBJ=precomp.obj