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.
35 lines
660 B
35 lines
660 B
!if 0
|
|
Copyright (c) 1995 - 1997 Microsoft Corporation. All Rights Reserved.
|
|
!endif
|
|
|
|
!ifdef NTMAKEENV
|
|
!include $(NTMAKEENV)\makefile.def
|
|
!else
|
|
#
|
|
# Quartz Project Makefile
|
|
#
|
|
# Targets are provided by QUARTZ.MAK
|
|
#
|
|
|
|
SDK_ROOT = $(QUARTZ)\sdk
|
|
|
|
TARGET_NAME = VCDPlyer
|
|
TARGET_TYPE = PROGRAM
|
|
TARGET_GOAL = SDK
|
|
|
|
EXE_TYPE = windows
|
|
|
|
INC_PATH = $(SDK_ROOT)\h; \
|
|
$(SDK_ROOT)\classes\base
|
|
|
|
SRC_FILES = App.cpp \
|
|
Commands.cpp \
|
|
VCDPlyer.cpp \
|
|
QProps.cpp \
|
|
property.cpp
|
|
|
|
RC_FILE = VCDPlyer.rc
|
|
|
|
!include "$(QUARTZ)\Quartz.mak"
|
|
|
|
!endif # NTMAKEENV
|