mirror of https://github.com/tongzx/nt5src
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
639 B
34 lines
639 B
!IF 0
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources
|
|
|
|
Abstract:
|
|
|
|
Domain Name System (DNS) Server
|
|
|
|
Sources file for binplacing DNS samples file.
|
|
|
|
Note, the real action here is in makefile.inc which specifies the
|
|
binplacing of the sample files. Its execution is caused by the
|
|
sample.bin target below. Note, that the dummy C-file exists only
|
|
because build requires an actual target in the sources file.
|
|
|
|
Author:
|
|
|
|
Jim Gilroy (jamesg) November 1995
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=dnssample
|
|
TARGETPATH=obj
|
|
TARGETTYPE=NOTARGET
|
|
|
|
SOURCES=
|
|
|
|
MISCFILES=boot cache.dns 192.dns place.dns
|