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.

63 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. Lloyd Johnson (a-LloydJ) 16-Feb-98
  12. NOTE: Commented description of this file is in \nt\oak\bin\sources.tpl
  13. !ENDIF
  14. UMTYPE=windows
  15. USE_MAPSYM=1
  16. !if "$(NTDEBUG)"!="" && "$(NTDEBUG)"!="ntsdnodbg"
  17. C_DEFINES = $(C_DEFINES) -DDEBUG
  18. !endif
  19. #PLAT_DIR = win9x
  20. #ALT_PROJECT_TARGET = win9x
  21. TARGETNAME=dplog
  22. TARGETTYPE=PROGRAM
  23. TARGETPATH=obj
  24. UMTYPE=console
  25. UMENTRY=main
  26. USE_NOLIBS=1
  27. #
  28. # 04/11/2000 - allows for addition of BoundsChecker, etc
  29. # libs specified in the OS environment
  30. #
  31. TARGETLIBS=$(TARGETLIBS) \
  32. $(BASEDIR)\public\sdk\lib\*\user32.lib \
  33. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  34. $(BASEDIR)\public\sdk\lib\*\gdi32.lib \
  35. $(BASEDIR)\public\sdk\lib\*\user32.lib \
  36. $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
  37. $(BASEDIR)\public\sdk\lib\*\version.lib \
  38. $(BASEDIR)\public\sdk\lib\*\shell32.lib \
  39. $(BASEDIR)\public\sdk\lib\*\comctl32.lib \
  40. $(BASEDIR)\public\sdk\lib\*\ole32.lib \
  41. $(BASEDIR)\public\sdk\lib\*\shlwapi.lib \
  42. $(BASEDIR)\public\sdk\lib\*\msvcrt.lib
  43. INCLUDES=$(DXROOT)\inc;$(DXROOT)\setup\public\sdk\inc;..\..\..\common
  44. SOURCES=..\dplog.cpp \
  45. ..\dplog.rc