Source code of Windows XP (NT5)
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.

40 lines
779 B

  1. !include ..\..\win95upg.mk
  2. !include $(WIN95UPG_ROOT)\w95upgnt\w95upgnt.mk
  3. # component
  4. MINORCOMP=nttool
  5. # target
  6. TARGETNAME=initool
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. # x86-specific sources
  10. I386_SOURCES=\
  11. initool.c \
  12. initool.rc
  13. INCLUDES=$(WIN95UPG_ROOT)\w95upgnt\ntui;$(WIN95UPG_ROOT)\w95upgnt\dll;$(INCLUDES)
  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
  26. TARGETLIBS=$(TARGETLIBS) \
  27. $(BASE_LIB_PATH)\sputilsu.lib \
  28. INCLUDES=$(INCLUDES); \
  29. $(BASE_INC_PATH)