mirror of https://github.com/lianthony/NT4.0
25 lines
351 B
25 lines
351 B
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
makefile.inc
|
|
|
|
Abstract:
|
|
|
|
This file tells nmake the correct dependency relationships
|
|
for objects created from c files in this directory which are
|
|
wrappers for c files in another directory.
|
|
|
|
|
|
Author:
|
|
|
|
Kent Forschmiedt
|
|
|
|
|
|
!ENDIF
|
|
|
|
SRCDIR=..
|
|
|
|
!INCLUDE $(SRCDIR)\common.inc
|