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) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built.
Author:
Cliff Van Dyke (CliffV) 27-Jun-1991
Revision History:
!ENDIF
TARGETNAME= locdiag TARGETPATH=obj TARGETTYPE=LIBRARY
INCLUDES=..;..\..;..\..\server; \ ..\..\idl;..\..\idl\$(O); \ $(NET_INC_PATH); \ $(BASE_INC_PATH); \ $(COM_INC_PATH); \ $(PROJECT_ROOT)\netapi\inc;
C_DEFINES=$(C_DEFINES) -D_DSGETDCAPI_ -DRPC_NO_WINDOWS_H -DNETTEST_UTILITY
!IFNDEF DISABLE_NET_UNICODE UNICODE=1 NET_C_DEFINES=-DUNICODE !ENDIF
SOURCES= \ ..\getdcnam.c \ ..\getdclst.c \ ..\logonapi.c \ cpnetpdc.c \ nlcommon.c \ ..\rpcbind.c \ ..\ssiapi.c \ logon_c_stub.c
UMTYPE=windows
PASS1_PUBLISH= \ {$(O)\locdiag.lib=$(PROJECT_LIB_PATH)\locdiag.lib}
|