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.
88 lines
2.0 KiB
88 lines
2.0 KiB
!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 $(PROJECT_ROOT)\adsi\oleds.inc
|
|
|
|
MAJORCOMP=Cairo
|
|
MINORCOMP=adsmsext
|
|
BLDCRT=1
|
|
USE_CRTDLL=1
|
|
|
|
NTTARGETFILES=..\ldap.def
|
|
|
|
DLLDEF=..\ldap.def
|
|
TARGETNAME=adsmsext
|
|
TARGETTYPE=DYNLINK
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
INCLUDES= .; \
|
|
..; \
|
|
..\..\include;
|
|
|
|
SOURCES=..\ldap.rc \
|
|
..\libmain.cxx \
|
|
..\globals.cxx \
|
|
..\common.cxx \
|
|
..\property.cxx \
|
|
..\object.cxx \
|
|
..\guid.c \
|
|
..\cuser.cxx \
|
|
..\cubi.cxx \
|
|
..\cuas.cxx \
|
|
..\cuar.cxx \
|
|
..\cuoi.cxx \
|
|
..\cgroup.cxx \
|
|
..\cggi.cxx \
|
|
..\clocalty.cxx \
|
|
..\corg.cxx \
|
|
..\corgu.cxx \
|
|
..\cdomain.cxx \
|
|
..\cprinter.cxx \
|
|
|
|
UMTYPE=console
|
|
UMTEST=
|
|
UMLIBS=
|
|
|
|
LINKLIBS= $(SDK_LIB_PATH)\uuid.lib \
|
|
|
|
TARGETLIBS = $(SDK_LIB_PATH)\activeds.lib \
|
|
$(SDK_LIB_PATH)\adsldpc.lib \
|
|
$(SDK_LIB_PATH)\adsiid.lib \
|
|
$(SDK_LIB_PATH)\noutils.lib \
|
|
$(SDK_LIB_PATH)\nocairo.lib \
|
|
$(SDK_LIB_PATH)\noOLE.lib \
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib
|
|
|
|
C_DEFINES=$(C_DEFINES) -DDAYTONA
|
|
|
|
PRECOMPILED_INCLUDE=..\ldap.hxx
|
|
PRECOMPILED_OBJ=ldap.obj
|
|
PRECOMPILED_PCH=ldap.pch
|
|
PRECOMPILED_CXX=1
|