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) Microsoft Corporation, 1997 - 2000
Module Name:
sources
!ENDIF
USE_NATIVE_EH=1 USE_RTTI=1 USE_STL =1 USE_STD=1 USE_MSVCRT=1
TARGETNAME=dsquery TARGETPATH=obj TARGETTYPE=PROGRAM
UMTYPE=console UMENTRY=wmain
!INCLUDE ..\sources.inc
SOURCES= $(SOURCES) \ usage.mc \ resource.rc \ cstrings.cpp \ querybld.cpp \ querytable.cpp \ dsquery.cpp \ output.cpp
TARGETLIBS= $(TARGETLIBS)\ $(SDK_LIB_PATH)\ntdsapi.lib
MISCFILES=DSQuery_command_line_utility_{08476C47-3342-4C1F-998D-F3D1EB79C46A}.sld
|