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.
58 lines
1.1 KiB
58 lines
1.1 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 - 1999 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
|
|
|
|
TARGETNAME=work
|
|
TARGETTYPE=PROGRAM
|
|
TARGETPATH=obj
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE
|
|
|
|
SOURCES= \
|
|
work.rc \
|
|
event.cpp \
|
|
bgcall.cpp \
|
|
bridge.cpp \
|
|
work.cpp
|
|
|
|
INCLUDES=$(INCLUDES); \
|
|
..\inc; \
|
|
$(BASEDIR)\public\sdk\amovie\inc; \
|
|
|
|
TARGETLIBS=\
|
|
$(LIBRARY_PATH)\ole32.lib \
|
|
$(LIBRARY_PATH)\oleaut32.lib \
|
|
$(LIBRARY_PATH)\t3iid.lib \
|
|
$(LIBRARY_PATH)\strmiids.lib \
|
|
$(LIBRARY_PATH)\uuid.lib \
|
|
$(LIBRARY_PATH)\confid.lib
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_PCH=stdafx.pch
|
|
PRECOMPILED_OBJ=stdafx.obj
|
|
PRECOMPILED_CXX=1
|
|
|
|
##### optional macros #####
|
|
USE_CRTDLL=1
|
|
USE_ATL=1
|
|
BROWSER_INFO=1
|
|
DEBUG_CRTS=1
|
|
|
|
# do we need the following?
|
|
USE_RTTI=1
|
|
USE_NATIVE_EH=1
|