59 lines
1.1 KiB
Plaintext
59 lines
1.1 KiB
Plaintext
!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:
|
|
|
|
Ram Viswanathan (ramv) March 1997
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
|
|
USE_MSVCRT=1
|
|
|
|
!IFDEF WINDBG
|
|
NTDEBUG=ntsd
|
|
NTDEBUGTYPE=both
|
|
!ENDIF
|
|
|
|
TARGETNAME=clntreg
|
|
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=.;
|
|
|
|
SOURCES= clntreg.c
|
|
|
|
|
|
TARGETLIBS = \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\samlib.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
|
|
|
|
|
UMTYPE=console
|
|
UMENTRY=main
|