mirror of https://github.com/tongzx/nt5src
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.
31 lines
693 B
31 lines
693 B
!IF 0
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP= appl
|
|
MINORCOMP= windows
|
|
TARGETNAME= CFMEx
|
|
TARGETPATH= obj
|
|
TARGETTYPE= LIBRARY
|
|
|
|
INCLUDES=.
|
|
|
|
C_DEFINES= \
|
|
$(C_DEFINES)
|
|
|
|
SOURCES= CDir.cxx CMoniker.cxx CTest.cxx
|
|
|
|
UMTYPE= console
|
|
UMAPPL= CFMEx
|
|
|
|
UMLIBS= .\$(O)\CFMEx.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(WIN32_LIBS) \
|
|
$(GUI32_LIBS) \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\dsysuuid.lib
|
|
|
|
CAIRO_PRODUCT=1
|