mirror of https://github.com/tongzx/nt5src
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.
109 lines
2.1 KiB
109 lines
2.1 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 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:
|
|
|
|
CezarU
|
|
|
|
NOTE: 1. Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
#make it easy to debug
|
|
MAJORCOMP=RUNTEST
|
|
MINORCOMP=RUNTEST
|
|
|
|
TARGETNAME=ADSVW
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_OBJ=stdafx.obj
|
|
PRECOMPILED_CXX=1
|
|
|
|
!IF 0
|
|
MSC_WARNING_LEVEL=/W4
|
|
!ENDIF
|
|
|
|
NOMFCPDB=1
|
|
USE_MFC=1
|
|
|
|
|
|
INCLUDES= .;\
|
|
.\..\include;
|
|
|
|
SOURCES= \
|
|
bwsview.cpp \
|
|
ccomp.cpp \
|
|
cacls.cpp \
|
|
cgeneric.cpp \
|
|
cdomain.cpp \
|
|
cfserv.cpp \
|
|
cfshare.cpp \
|
|
cgroup.cpp \
|
|
cnmsp.cpp \
|
|
cnmsps.cpp \
|
|
copyitem.cpp \
|
|
cpdevice.cpp \
|
|
cpjob.cpp \
|
|
cpqueue.cpp \
|
|
createit.cpp \
|
|
cresourc.cpp \
|
|
cservice.cpp \
|
|
csession.cpp \
|
|
csyntax.cpp \
|
|
cuser.cpp \
|
|
delgrpit.cpp \
|
|
delitem.cpp \
|
|
enterdlg.cpp \
|
|
errordlg.cpp \
|
|
fltrdlg.cpp \
|
|
grpcrtit.cpp \
|
|
inputvw.cpp \
|
|
maindoc.cpp \
|
|
moveitem.cpp \
|
|
newobj.cpp \
|
|
objects.cpp \
|
|
qstatus.cpp \
|
|
schclss.cpp \
|
|
schemavw.cpp \
|
|
simpvw.cpp \
|
|
splitter.cpp \
|
|
testcore.cpp \
|
|
colldlg.cpp \
|
|
prmsdlg.cpp \
|
|
viewex.cpp \
|
|
adsqdoc.cpp \
|
|
adsqview.cpp \
|
|
adsdsrc.cpp \
|
|
newquery.cpp \
|
|
viewex.rc
|
|
|
|
UMENTRY=winmain
|
|
UMTYPE=windows
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\oledb.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\adsiid.lib \
|
|
$(SDK_LIB_PATH)\activeds.lib
|
|
|