summaryrefslogtreecommitdiffstats
path: root/private/mvdm/vdd/samples/adlibvdd/sources
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/vdd/samples/adlibvdd/sources')
-rw-r--r--private/mvdm/vdd/samples/adlibvdd/sources24
1 files changed, 24 insertions, 0 deletions
diff --git a/private/mvdm/vdd/samples/adlibvdd/sources b/private/mvdm/vdd/samples/adlibvdd/sources
new file mode 100644
index 000000000..ca966c9b0
--- /dev/null
+++ b/private/mvdm/vdd/samples/adlibvdd/sources
@@ -0,0 +1,24 @@
+##
+# Create an Ad Lib virtual device driver
+#
+
+MAJORCOMP=vdd
+MINORCOMP=adlibvdd
+
+TARGETNAME=adlibvdd
+TARGETPATH=obj
+TARGETTYPE=DYNLINK
+UMTYPE=windows
+
+# Define libs we need and where to find them
+
+TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
+ $(BASEDIR)\public\sdk\lib\*\ntvdm.lib
+
+C_DEFINES=-DUNICODE
+
+SOURCES=vdd.c
+
+DLLENTRY=DllEntryPoint
+
+DLLBASE=0x6BD00000