Leaked source code of windows server 2003
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.
|
|
!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=dhcpreg
TARGETPATH=obj TARGETTYPE=PROGRAM
INCLUDES=.;
SOURCES= dhcpreg.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
|