Leaked source code of windows server 2003
 
 
 
 
 
 

62 lines
1.2 KiB

!IF 0
Copyright (c) 1989-1996 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.
History:
from template created 12-Apr-1990 by Steve Wood (stevewo)
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
!ENDIF
!INCLUDE $(MSNROOT)\build\msnpaths.src
MAJORCOMP=apps
MINORCOMP=ldapcli
CHICAGO_PRODUCT=1
USE_LIBCMT=1
CLIENT=1
TARGETNAME=ldapcli
TARGETPATH=$(CLIENTTARGET)
TARGETTYPE=DYNLINK
DLLBASE=0x06400000
DLLENTRY=_DllMainCRTStartup
DLLDEF=
NOT_LEAN_AND_MEAN=1
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=ldappch.h
PRECOMPILED_PCH=ldappch.h
PRECOMPILED_OBJ=ldappch.obj
SOURCES= \
ldapcli.rc \
lclilist.cpp \
lclixd.cpp \
ldapmain.cpp \
ldapcli.cpp \
lwinsock.cpp \
ldapber.cpp \
ldapsspi.cpp \
lcli1823.cpp \
INCLUDES=$(MSNROOT)\client\wp\inc;$(CORECLINC);
TARGETLIBS= \
$(SDKLIBPATH)\kernel32.lib \
$(SDKLIBPATH)\user32.lib \
$(SDKLIBPATH)\wsock32.lib \
$(CORELIBPATH)\cldbg.lib
!INCLUDE $(MSNROOT)\build\sources.msn