56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
|
!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:
|
||
|
|
||
|
Susi Argo (SusiA) 16-Jul-96
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME= dftool
|
||
|
TARGETPATH= obj
|
||
|
TARGETTYPE= PROGRAM
|
||
|
|
||
|
C_DEFINES= \
|
||
|
$(C_DEFINES) \
|
||
|
-DNOEXCEPTIONS \
|
||
|
-DINC_OLE2 \
|
||
|
-DFLAT \
|
||
|
-DWIN32=100 \
|
||
|
-D_NT1X_=100 \
|
||
|
-DCAIROLE_DOWNLEVEL \
|
||
|
-DDCOM \
|
||
|
-DMSWMSG \
|
||
|
-DDCOM_SECURITY \
|
||
|
-DNEWPROPS \
|
||
|
-D_TRACKLINK_=1 \
|
||
|
$(TRACELOG)
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
SOURCES= \
|
||
|
dftool.rc \
|
||
|
dftool.cxx
|
||
|
|
||
|
UMTYPE= console
|
||
|
|
||
|
LINKLIBS= \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\version.lib
|
||
|
|
||
|
|
||
|
!include sources.inc
|
||
|
|