Source code of Windows XP (NT5)
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.
|
|
# Copyright (c) 1986 Microsoft Corporation # # Module Name: # # sources # # Abstract: # # Active Directory Command sources file. # # Author: # # t-danal 31-Jul-96 # # NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl #
!INCLUDE ..\..\oleds.inc
MAJORCOMP=ADS MINORCOMP=adscmd
BLDCRT=1 USE_CRTDLL=1 TARGETNAME=adscmd TARGETPATH=obj TARGETTYPE=PROGRAM
INCLUDES=.; \
SOURCES= \ adscmd.rc \ \ disptabl.cxx \ main.cxx \ sconv.cxx \ varconv.cxx \ proputil.cxx \ \ defcont.cxx \ \ dump.cxx \ enum.cxx \ get.cxx \ group.cxx \ user.cxx \ session.cxx \ share.cxx \
# PRECOMPILED_INCLUDE=adscmd.hxx # PRECOMPILED_OBJ=adscmd.obj # PRECOMPILED_PCH=adscmd.pch # PRECOMPILED_CXX=1
CDEFINES= -DUNICODE -D_UNICODE
LINKLIBS= \ $(SDK_LIB_PATH)\uuid.lib \
TARGETLIBS = \ $(SDK_LIB_PATH)\adsiid.lib \ $(SDK_LIB_PATH)\activeds.lib \ \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\oleaut32.lib
UMTYPE=console UMENTRY=main
|