summaryrefslogtreecommitdiffstats
path: root/private/ole32/ole232/util/filelist.mk
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/ole32/ole232/util/filelist.mk
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/ole32/ole232/util/filelist.mk')
-rw-r--r--private/ole32/ole232/util/filelist.mk54
1 files changed, 54 insertions, 0 deletions
diff --git a/private/ole32/ole232/util/filelist.mk b/private/ole32/ole232/util/filelist.mk
new file mode 100644
index 000000000..53af21763
--- /dev/null
+++ b/private/ole32/ole232/util/filelist.mk
@@ -0,0 +1,54 @@
+############################################################################
+#
+# Copyright (C) 1992, Microsoft Corporation.
+#
+# All rights reserved.
+#
+############################################################################
+
+
+#
+# Name of target. Include an extension (.dll, .lib, .exe)
+# If the target is part of the release, set RELEASE to 1.
+#
+
+TARGET = util.lib
+
+RELEASE =
+
+
+#
+# Source files. Remember to prefix each name with .\
+#
+
+CPPFILES = \
+ .\convert.cpp \
+ .\global.cpp \
+ .\info.cpp \
+ .\map_kv.cpp \
+ .\ole2util.cpp \
+ .\olenew.cpp \
+ .\plex.cpp \
+ .\utils.cpp \
+ .\utstream.cpp \
+
+RCFILES =
+
+
+#
+# Libraries and other object files to link.
+#
+
+DEFFILE =
+
+LIBS =
+
+OBJFILES =
+
+#
+# Precompiled headers.
+#
+
+PFILE =
+
+!include $(CAIROLE)\ole232\ole.mk