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.
81 lines
3.0 KiB
81 lines
3.0 KiB
!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
|
|
|
|
###############################################################################
|
|
# #
|
|
# Debug Setup #
|
|
# #
|
|
###############################################################################
|
|
|
|
!IF ("$(FREEBUILD)" == "0")
|
|
DEBUG_CRTS=1
|
|
!ENDIF
|
|
|
|
###############################################################################
|
|
# #
|
|
# Global Setup #
|
|
# #
|
|
###############################################################################
|
|
|
|
TARGETNAME=t3out
|
|
TARGETTYPE=PROGRAM
|
|
TARGETPATH=obj
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
USE_UNICODE=1
|
|
BROWSER_INFO=1
|
|
|
|
###############################################################################
|
|
# #
|
|
# Source Files #
|
|
# #
|
|
###############################################################################
|
|
|
|
SOURCES= \
|
|
PropEdit.cpp \
|
|
CameraCP.cpp \
|
|
ProcAmpP.cpp \
|
|
CaptureP.cpp \
|
|
VDeviceP.cpp \
|
|
NetworkP.cpp \
|
|
AudRecP.cpp \
|
|
SystemP.cpp \
|
|
outgoing.cpp \
|
|
outgoing.rc
|
|
|
|
###############################################################################
|
|
# #
|
|
# Include Files #
|
|
# #
|
|
###############################################################################
|
|
|
|
INCLUDES=\
|
|
$(BASEDIR)\public\sdk\amovie\inc; \
|
|
..\..\inc
|
|
|
|
###############################################################################
|
|
# #
|
|
# Target Libraries #
|
|
# #
|
|
###############################################################################
|
|
|
|
TARGETLIBS=\
|
|
$(LIBRARY_PATH)\ole32.lib \
|
|
$(LIBRARY_PATH)\oleaut32.lib \
|
|
$(LIBRARY_PATH)\comctl32.lib \
|
|
$(LIBRARY_PATH)\uuid.lib \
|
|
$(LIBRARY_PATH)\strmiids.lib
|