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.

57 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1990 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. !ENDIF
  11. MAJORCOMP=windows
  12. MINORCOMP=
  13. PRECOMPILED_PCH=1
  14. #BLDCRT=1
  15. #USE_CRTDLL=1
  16. !IF 0
  17. !ENDIF
  18. NTDEBUG=ntsd
  19. NTDEBUGTYPE=both
  20. MSC_OPTIMIZATION=/Od
  21. #BLDCRT=1
  22. USE_LIBCMT=1
  23. TARGETNAME=tztool
  24. TARGETPATH=$(_OBJ_DIR)
  25. TARGETTYPE=PROGRAM
  26. INCLUDES=$(BASEDIR)\PUBLIC\SDK\INC\
  27. C_DEFINES= -DWIN32 -DNT $(DEBUG) -DWINVER=0x0400
  28. SOURCES=tztool.rc \
  29. tztool.c
  30. UMENTRY=winmain
  31. UMTYPE=windows
  32. TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\user32.lib \
  33. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  34. $(BASEDIR)\public\sdk\lib\*\wmip.lib \
  35. $(BASEDIR)\public\sdk\lib\*\ntdll.lib \
  36. $(BASEDIR)\public\sdk\lib\*\comctl32.lib