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.
23 lines
411 B
23 lines
411 B
!if 0
|
|
Copyright (c) 2001 Microsoft Corporation. All Rights Reserved.
|
|
!endif
|
|
|
|
ROOT = $(MAKEDIR:\tools\graphedt\proppage\mp2demux=)
|
|
DISABLE_PCH = 1
|
|
|
|
!include $(ROOT)\common.inc
|
|
|
|
TARGETNAME = mp2prop
|
|
|
|
TARGETTYPE = LIBRARY
|
|
TARGETPATH = obj
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES)
|
|
|
|
C_DEFINES=$(C_DEFINES)
|
|
|
|
SOURCES =\
|
|
mp2prop.rc \
|
|
mp2prop.cpp \
|
|
uictrl.cpp
|