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.

38 lines
564 B

  1. !include $(NTMAKEENV)\makefile.plt
  2. !IF 0
  3. Copyright (c) 1991 & 1993 Microsoft Corporation
  4. Module Name:
  5. makefile
  6. Abstract:
  7. makefile for Vdm NetWare Redir program
  8. Author:
  9. Richard L Firth (rfirth) 13-Sep-1991
  10. Revision History:
  11. 13-Sep-1991 rfirth
  12. Created
  13. !ENDIF
  14. # set up 16-bit tools
  15. PATH=$(PATH_TOOLS16);$(PATH)
  16. .SUFFIXES: .asm .h
  17. .h.inc:
  18. h2inc $< -o $(_OBJ_DIR)\$(TARGET_DIRECTORY)\$*.inc
  19. nwdos.inc: nwdos.h
  20. clean:
  21. if exist $(_OBJ_DIR)\$(TARGET_DIRECTORY)\*.inc del $(_OBJ_DIR)\$(TARGET_DIRECTORY)\*.inc
  22. $(MAKE)