52 lines
1.1 KiB
Plaintext
52 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.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP = PrpSetup
|
|
MINORCOMP = PrpSetup
|
|
|
|
TARGETNAME= IProp
|
|
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)
|
|
|
|
SOURCES= \
|
|
prpsetup.cxx
|
|
|
|
UMTYPE= console
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\version.lib
|
|
|
|
!IF "$(NOLINK)" == ""
|
|
NTTARGETFILE0=iprop.dl_
|
|
!ENDIF
|