mirror of https://github.com/lianthony/NT4.0
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
775 B
35 lines
775 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= .\obj\*\CFMEx.lib \
|
|
$(BASEDIR)\public\sdk\lib\cairo\*\ole32.lib \
|
|
$(WIN32_LIBS) \
|
|
$(GUI32_LIBS) \
|
|
$(BASEDIR)\public\sdk\lib\*\uuid.lib \
|
|
$(BASEDIR)\public\sdk\lib\i386\oleaut32.lib \
|
|
$(BASEDIR)\public\sdk\lib\cairo\i386\dsysuuid.lib
|
|
|
|
|
|
CAIRO_PRODUCT=1
|