24 lines
411 B
Plaintext
24 lines
411 B
Plaintext
!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
|