summaryrefslogtreecommitdiffstats
path: root/private/oleutest/cfmex/sources
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/oleutest/cfmex/sources
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/oleutest/cfmex/sources')
-rw-r--r--private/oleutest/cfmex/sources35
1 files changed, 35 insertions, 0 deletions
diff --git a/private/oleutest/cfmex/sources b/private/oleutest/cfmex/sources
new file mode 100644
index 000000000..0bfd19e12
--- /dev/null
+++ b/private/oleutest/cfmex/sources
@@ -0,0 +1,35 @@
+!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