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.

36 lines
679 B

  1. !include ..\..\win95upg.mk
  2. !include $(WIN95UPG_ROOT)\w95upgnt\w95upgnt.mk
  3. # component
  4. MINORCOMP=nttool
  5. # target
  6. TARGETNAME=nttool
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. INCLUDES=$(WIN95UPG_ROOT)\w95upgnt\ntui;$(WIN95UPG_ROOT)\w95upgnt\dll;$(INCLUDES)
  10. # x86-specific sources
  11. I386_SOURCES=\
  12. nttool.c \
  13. nttool.rc
  14. # pre-compiled header options (x86-only)
  15. # NOTE: This is efficient only when there are two or more source files
  16. !if $(386)
  17. PRECOMPILED_INCLUDE=pch.h
  18. PRECOMPILED_PCH=pch.pch
  19. PRECOMPILED_OBJ=pch.obj
  20. !endif
  21. # link libraries
  22. !include $(WIN95UPG_ROOT)\w95upgnt\libs.mk
  23. # app settings
  24. UMTYPE=console
  25. UMENTRY=wmain