!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:

    Steve Wood (stevewo) 12-Apr-1990

NOTE:	Commented description of this file is in $(BASEDIR)\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=utils
MINORCOMP=ulib

TARGETNAME=untfs
TARGETPATH=obj
TARGETTYPE=DYNLINK

TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
           ..\..\ulib\src\obj\*\ulib.lib    \
           ..\..\ifsutil\src\obj\*\ifsutil.lib

USE_CRTDLL=1
BLDCRT=1

DLLENTRY=InitializeUntfs

PRECOMPILED_INCLUDE= pch.cxx

SOURCES= attrcol.cxx    \
         attrdef.cxx    \
         attrib.cxx     \
         attrlist.cxx   \
         attrrec.cxx    \
         badfile.cxx    \
         bitfrs.cxx     \
         bootfile.cxx   \
         clusrun.cxx    \
         entry.cxx      \
         extents.cxx    \
         format.cxx     \
         frs.cxx        \
         frsstruc.cxx   \
         hackwc.cxx     \
         indxbuff.cxx   \
         indxchk.cxx    \
         indxroot.cxx   \
         indxtree.cxx   \
         logfile.cxx    \
         mft.cxx        \
         mftfile.cxx    \
         mftref.cxx     \
         ntfsbit.cxx    \
         ntfschk.cxx    \
         ntfssa.cxx     \
         ntfsvol.cxx    \
         untfs.cxx      \
         upcase.cxx     \
         upfile.cxx	\
	 untfs.rc


INCLUDES=..\inc;..\..\ulib\inc;..\..\ifsutil\inc;$(BASEDIR)\public\sdk\inc

!IFDEF NTDEBUG
!IFDEF NOMEMLEAK
C_DEFINES=-DCONDITION_HANDLING=1 -DNOMINMAX -DDBG=1 -DUNICODE=1
!ELSE
!IFDEF STACK_TRACE
C_DEFINES=-DCONDITION_HANDLING=1 -DNOMINMAX -DDBG=1 -DMEMLEAK -DSTACK_TRACE -DUNICODE=1
!ELSE
C_DEFINES=-DCONDITION_HANDLING=1 -DNOMINMAX -DDBG=1 -DMEMLEAK -DUNICODE=1
!ENDIF
!ENDIF
!ELSE  # NTDEBUG
C_DEFINES=-DCONDITION_HANDLING=1 -DNOMINMAX -DDBG=0 -DUNICODE=1
!ENDIF # NTDEBUG

CXXFLAGS=+d
UMLIBS=obj\*\untfs.lib

UMTYPE=console
UMRES=obj\*\untfs.res

DLLDEF=unt$(TARGET_DIRECTORY).def
