mirror of https://github.com/lianthony/NT4.0
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.
78 lines
1.5 KiB
78 lines
1.5 KiB
|
|
|
|
|
|
|
|
|
|
DON'T BUILD CUDBFS
|
|
|
|
|
|
|
|
!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 \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
BLDCRT=1
|
|
|
|
MAJORCOMP=utils
|
|
MINORCOMP=cudbfs
|
|
|
|
TARGETNAME=cudbfs
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS= \nt\public\sdk\lib\*\kernel32.lib \
|
|
..\ulib\src\obj\*\ulib.lib \
|
|
..\ifsutil\src\obj\*\ifsutil.lib \
|
|
..\ufat\src\obj\*\ufat.lib
|
|
|
|
USE_CRTDLL=1
|
|
DLLENTRY=InitializeCudbfs
|
|
|
|
SOURCES= \
|
|
cudbfs.cxx \
|
|
cudbfs.rc \
|
|
dbfsconv.cxx\
|
|
secmap.cxx \
|
|
treemap.cxx
|
|
|
|
|
|
INCLUDES=.;..\ufat\inc;..\ulib\inc;..\ifsutil\inc;\nt\public\sdk\inc
|
|
|
|
!IF "$(NTDEBUG)" == "cvp" || "$(NTDEBUG)" == "ntsd"
|
|
!IFDEF NOMEMLEAK
|
|
C_DEFINES=-DCONDITION_HANDLING=1 -DNOMINMAX -DDBG -DUNICODE=1
|
|
!ELSE
|
|
!IFDEF STACK_TRACE
|
|
C_DEFINES=-DCONDITION_HANDLING=1 -DNOMINMAX -DDBG -DMEMLEAK -DSTACK_TRACE -DUNICODE=1
|
|
!ELSE
|
|
C_DEFINES=-DCONDITION_HANDLING=1 -DNOMINMAX -DDBG -DMEMLEAK -DUNICODE=1
|
|
!ENDIF
|
|
!ENDIF
|
|
!ELSE
|
|
C_DEFINES=-DCONDITION_HANDLING=1 -DNOMINMAX -DUNICODE=1
|
|
!ENDIF
|
|
|
|
UMLIBS=obj\*\cudbfs.lib
|
|
CXXFLAGS=+d
|
|
UMTYPE=console
|
|
UMRES=obj\*\cudbfs.res
|
|
DLLDEF=cudbfs.def
|