!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 ..\..\oleds.inc

MAJORCOMP=ADs
MINORCOMP=adsnds

TARGETNAME=adsnds
TARGETTYPE=DYNLINK

DLLDEF=..\nds.def
DLLENTRY=_DllMainCRTStartup

USE_MSVCRT=1

!IF 0
MSC_WARNING_LEVEL = /W4
!ENDIF

NTTARGETFILES=..\nds.def

MISCFILES=..\ADSI_NDS_Provider_Component_{56D6CEBE-695D-4A4C-90F7-CC1164188E4C}.sld

INCLUDES= ..;\
          ..\$(O);\
          ..\..\include;\
          $(PROJECT_ROOT)\nw\inc;\
          ..\..\nwutils;

SOURCES=..\nds.rc \
        ..\cprovcf.cxx \
        ..\cprov.cxx \
        ..\cnamcf.cxx \
        ..\cnamesp.cxx \
        ..\cenumns.cxx \
        ..\ctree.cxx \
        ..\cenumt.cxx \
        ..\cgenobj.cxx \
        ..\cschobj.cxx \
        ..\cenumsch.cxx \
        ..\cclsobj.cxx \
        ..\cenumcls.cxx \
        ..\cprpobj.cxx \
        ..\csynobj.cxx \
        ..\cenumvar.cxx \
        ..\cenumobj.cxx \
        ..\cprops.cxx \
        ..\cclscach.cxx \
        ..\cubi.cxx \
        ..\cuar.cxx \
        ..\cuas.cxx \
        ..\cuoi.cxx \
        ..\cuser.cxx \
        ..\cusers.cxx \
        ..\cenumusr.cxx \
        ..\cprinter.cxx \
        ..\cpgi.cxx \
        ..\cgroup.cxx \
        ..\cggi.cxx \
        ..\cgroups.cxx \
        ..\cenumgrp.cxx \
        ..\clocalty.cxx \
        ..\corg.cxx \
        ..\corgu.cxx \
        ..\mapper.cxx \
        ..\common.cxx \
        ..\printhlp.cxx \
        ..\property.cxx \
        ..\core.cxx \
        ..\object.cxx \
        ..\getobj.cxx \
        ..\parse.cxx \
        ..\libmain.cxx \
        ..\ndsmrshl.cxx \
        ..\ndsurshl.cxx \
        ..\ndscopy.cxx \
        ..\ndsfree.cxx \
        ..\nds2var.cxx \
        ..\var2nds.cxx \
        ..\qryparse.cxx \
        ..\qrylexer.cxx \
        ..\globals.cxx  \
        ..\guid.c \
        ..\cdssrch.cxx \
        ..\cdssch.cxx \
        ..\odssz.cxx \
        ..\odsmrshl.cxx \
        ..\ods2nds.cxx \
        ..\nds2ods.cxx \
        ..\ndsufree.cxx \
        ..\csed.cxx \
        ..\sec2var.cxx \
        ..\var2sec.cxx \
        ..\cdsobj.cxx  \
        ..\cexsyn.cxx  \
        ..\cexsyncf.cxx

UMTYPE=console
UMTEST=

LINKLIBS= $(SDK_LIB_PATH)\uuid.lib

TARGETLIBS = \
             $(SDK_LIB_PATH)\activeds.lib \
             $(SDK_LIB_PATH)\adsiid.lib \
             $(DS_LIB_PATH)\nocairo.lib  \
             $(DS_LIB_PATH)\noutils.lib  \
             $(ADSI_LIB_PATH)\nwutils.lib  \
             $(SDK_LIB_PATH)\mpr.lib    \
             $(SDK_LIB_PATH)\imagehlp.lib \
             $(SDK_LIB_PATH)\ole32.lib    \
             $(SDK_LIB_PATH)\advapi32.lib \
             $(SDK_LIB_PATH)\winspool.lib \
             $(SDK_LIB_PATH)\comdlg32.lib \
             $(SDK_LIB_PATH)\kernel32.lib \
             $(SDK_LIB_PATH)\shell32.lib  \
             $(SDK_LIB_PATH)\user32.lib   \
             $(SDK_LIB_PATH)\gdi32.lib    \
             $(SDK_LIB_PATH)\oleaut32.lib

C_DEFINES=$(C_DEFINES) -DDAYTONA

PRECOMPILED_INCLUDE=..\nds.hxx
PRECOMPILED_OBJ=nds.obj
PRECOMPILED_PCH=nds.pch
PRECOMPILED_CXX=1