mirror of https://github.com/lianthony/NT4.0
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.
34 lines
376 B
34 lines
376 B
!IF 0
|
|
|
|
Copyright (c) 1991 & 1993 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
makefile
|
|
|
|
Abstract:
|
|
|
|
makefile for Vdm NetWare Redir program
|
|
|
|
Author:
|
|
|
|
Richard L Firth (rfirth) 13-Sep-1991
|
|
|
|
Revision History:
|
|
|
|
13-Sep-1991 rfirth
|
|
Created
|
|
|
|
!ENDIF
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .asm .h
|
|
|
|
.h.inc:
|
|
h2inc $< -o $*.inc
|
|
|
|
nwdos.inc: nwdos.h
|
|
|
|
clean:
|
|
del *.inc
|
|
$(MAKE)
|