68 lines
1.7 KiB
Plaintext
68 lines
1.7 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (C) 1989-2001 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.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=netdom
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
PRECOMPILED_INCLUDE = pch.h
|
|
PRECOMPILED_CXX = 1
|
|
|
|
INCLUDES= $(O);..\inc; \
|
|
..\netcmd; \
|
|
..\netlib; \
|
|
..\netcmd\netcmd; \
|
|
$(NET_INC_PATH); \
|
|
$(SECURITY_INC); \
|
|
$(SECURITY_INC)\$(O);
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\secur32.lib \
|
|
$(SDK_LIB_PATH)\netlib.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(DS_LIB_PATH)\netapi32p.lib \
|
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
|
$(SDK_LIB_PATH)\samlib.lib \
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\ntdsapi.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\cryptdll.lib \
|
|
..\netcmd\common\$(O)\common.lib
|
|
|
|
SOURCES= \
|
|
netdom5.mc \
|
|
netdom5.cxx \
|
|
ndutil.cxx \
|
|
join.cxx \
|
|
trust.cxx \
|
|
query.cxx \
|
|
rename.cxx \
|
|
ldap.cxx \
|
|
strings.cxx \
|
|
cmdtable.cxx \
|
|
varg.cxx \
|
|
CompName.cxx \
|
|
res.rc
|
|
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES= -DUNICODE
|
|
|
|
UMTYPE=console
|