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.
33 lines
575 B
33 lines
575 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=dmocx
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
UMTYPE=windows
|
|
USE_MFCUNICODE=1
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
|
|
PRECOMPILED_INCLUDE = stdafx.h
|
|
PRECOMPILED_CXX = 1
|
|
|
|
PASS0_SOURCEDIR=$(O)
|
|
PASS0_HEADERDIR=$(O)
|
|
MIDL_TLBDIR=$(O)
|
|
INCLUDES=$(O)
|
|
|
|
SOURCES= ctv.cpp \
|
|
ctvctl.cpp \
|
|
dmocx.idl \
|
|
ctv.rc
|