86 lines
1.7 KiB
Plaintext
86 lines
1.7 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1995-96 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:
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
!INCLUDE ..\..\oleds.inc
|
|
|
|
MAJORCOMP=Cairo
|
|
MINORCOMP=adsldpc
|
|
|
|
USE_MSVCRT=1
|
|
|
|
!IF 0
|
|
MSC_WARNING_LEVEL=/W4
|
|
!ENDIF
|
|
|
|
NTTARGETFILES=..\ldapc.def
|
|
|
|
DLLDEF=..\ldapc.def
|
|
TARGETNAME=adsldpc
|
|
TARGETTYPE=DYNLINK
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
INCLUDES= .;..;..\..\include;..\..\errmsg;
|
|
|
|
SOURCES=\
|
|
..\ldapc.rc \
|
|
..\srvloc.cxx \
|
|
..\libmain.cxx \
|
|
..\adsiutil.cxx \
|
|
..\srchutil.cxx \
|
|
..\schmgmt.cxx \
|
|
..\ldaputil.cxx \
|
|
..\ldpcache.cxx \
|
|
..\odssz.cxx \
|
|
..\odsmrshl.cxx \
|
|
..\ods2ldap.cxx \
|
|
..\ldap2ods.cxx \
|
|
..\ldaptype.cxx \
|
|
..\parse.cxx \
|
|
..\pathmgmt.cxx \
|
|
..\schutil.cxx \
|
|
..\ldapsch.cxx \
|
|
..\globals.cxx \
|
|
..\util.cxx \
|
|
..\memory.c \
|
|
..\oledserr.c \
|
|
..\adsi.cxx \
|
|
..\encode.c \
|
|
..\sconv.cxx \
|
|
..\secutil.cxx
|
|
|
|
UMTYPE=console
|
|
|
|
TARGETLIBS = \
|
|
$(PROJECT_LIB_PATH)\noOLE.lib \
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(PROJECT_LIB_PATH)\noCairo.lib \
|
|
$(SDK_LIB_PATH)\imagehlp.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
C_DEFINES=$(C_DEFINES) -DDAYTONA
|
|
|
|
PRECOMPILED_INCLUDE=..\ldapc.hxx
|
|
PRECOMPILED_OBJ=ldapc.obj
|
|
PRECOMPILED_PCH=ldapc.pch
|
|
PRECOMPILED_CXX=1
|