winedevice-Default_Drivers: Use SOURCES.

This commit is contained in:
Zebediah Figura 2024-01-13 13:33:45 -06:00
parent b471290a81
commit 3ee2f0e80c
3 changed files with 22 additions and 22 deletions

View File

@ -1,4 +1,4 @@
From 2acb9244431b15464254efcb9f597d71e9d3d784 Mon Sep 17 00:00:00 2001
From 3473fecb92adeabc91f4ec5a35223a8886bf854c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Thu, 8 Jun 2017 23:38:38 +0200
Subject: [PATCH] win32k.sys: Add stub driver.
@ -16,10 +16,10 @@ Subject: [PATCH] win32k.sys: Add stub driver.
create mode 100644 dlls/win32k.sys/win32k.sys.spec
diff --git a/configure.ac b/configure.ac
index 4e9dccfbb51..3c5e88e3f2b 100644
index 57064a05fe5..db3685312cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3691,6 +3691,7 @@ WINE_CONFIG_MAKEFILE(dlls/wevtsvc)
@@ -3192,6 +3192,7 @@ WINE_CONFIG_MAKEFILE(dlls/wevtsvc)
WINE_CONFIG_MAKEFILE(dlls/wiaservc)
WINE_CONFIG_MAKEFILE(dlls/wiaservc/tests)
WINE_CONFIG_MAKEFILE(dlls/wimgapi)
@ -29,7 +29,7 @@ index 4e9dccfbb51..3c5e88e3f2b 100644
WINE_CONFIG_MAKEFILE(dlls/win32u/tests)
diff --git a/dlls/win32k.sys/Makefile.in b/dlls/win32k.sys/Makefile.in
new file mode 100644
index 00000000000..7fac5d557eb
index 00000000000..f88b6a9a2a2
--- /dev/null
+++ b/dlls/win32k.sys/Makefile.in
@@ -0,0 +1,6 @@
@ -37,7 +37,7 @@ index 00000000000..7fac5d557eb
+IMPORTS = ntoskrnl
+EXTRADLLFLAGS = -mno-cygwin -Wb,--subsystem,native
+
+C_SRCS = \
+SOURCES = \
+ main.c
diff --git a/dlls/win32k.sys/main.c b/dlls/win32k.sys/main.c
new file mode 100644
@ -337,10 +337,10 @@ index 00000000000..c79439151e4
+@ cdecl -private memmove(ptr ptr long) ntoskrnl.exe.memmove
+@ cdecl -private memset(ptr long long) ntoskrnl.exe.memset
diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index d023701c04b..23a97ddb412 100644
index 40549bb34aa..015b18d00c6 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -2680,6 +2680,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
@@ -2209,6 +2209,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,explorer.exe
11,,iexplore.exe
11,,notepad.exe
@ -349,10 +349,10 @@ index d023701c04b..23a97ddb412 100644
; themes
10,resources\themes\light,light.msstyles
diff --git a/tools/make_specfiles b/tools/make_specfiles
index ecfc6d0e8f2..f8e6203bb96 100755
index 0509d41d5c1..24fc63fec00 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -511,6 +511,7 @@ my @dll_groups =
@@ -130,6 +130,7 @@ my @dll_groups =
[
"ntoskrnl.exe",
"hal",
@ -361,5 +361,5 @@ index ecfc6d0e8f2..f8e6203bb96 100755
[
"mscoree",
--
2.33.0
2.43.0

View File

@ -1,4 +1,4 @@
From ffbf14456d085e1c74edc93a92b14aadb97d6972 Mon Sep 17 00:00:00 2001
From 878f3021fc53827d6ea9ade138b3bd49493c156d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Thu, 8 Jun 2017 23:41:02 +0200
Subject: [PATCH] dxgkrnl.sys: Add stub driver.
@ -14,10 +14,10 @@ Subject: [PATCH] dxgkrnl.sys: Add stub driver.
create mode 100644 dlls/dxgkrnl.sys/main.c
diff --git a/configure.ac b/configure.ac
index 37be28f13e7..f499ec92715 100644
index db3685312cb..52c9a69eb59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3133,6 +3133,7 @@ WINE_CONFIG_MAKEFILE(dlls/dxdiagn)
@@ -2656,6 +2656,7 @@ WINE_CONFIG_MAKEFILE(dlls/dxdiagn)
WINE_CONFIG_MAKEFILE(dlls/dxdiagn/tests)
WINE_CONFIG_MAKEFILE(dlls/dxgi)
WINE_CONFIG_MAKEFILE(dlls/dxgi/tests)
@ -27,7 +27,7 @@ index 37be28f13e7..f499ec92715 100644
WINE_CONFIG_MAKEFILE(dlls/dxva2/tests)
diff --git a/dlls/dxgkrnl.sys/Makefile.in b/dlls/dxgkrnl.sys/Makefile.in
new file mode 100644
index 00000000000..50390fbbb1e
index 00000000000..564094de878
--- /dev/null
+++ b/dlls/dxgkrnl.sys/Makefile.in
@@ -0,0 +1,6 @@
@ -35,7 +35,7 @@ index 00000000000..50390fbbb1e
+IMPORTS = ntoskrnl
+EXTRADLLFLAGS = -mno-cygwin -Wb,--subsystem,native
+
+C_SRCS = \
+SOURCES = \
+ main.c
diff --git a/dlls/dxgkrnl.sys/dxgkrnl.sys.spec b/dlls/dxgkrnl.sys/dxgkrnl.sys.spec
new file mode 100644
@ -115,5 +115,5 @@ index 00000000000..c5639c237c8
+ return STATUS_SUCCESS;
+}
--
2.33.0
2.43.0

View File

@ -1,4 +1,4 @@
From 5e9c65ebccf3910bdd15fe7f9302c16a054c3006 Mon Sep 17 00:00:00 2001
From c1cdbc7937f2f09fd7356500e519cd7b8259ec12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Thu, 8 Jun 2017 23:42:32 +0200
Subject: [PATCH] dxgmms1.sys: Add stub driver.
@ -14,10 +14,10 @@ Subject: [PATCH] dxgmms1.sys: Add stub driver.
create mode 100644 dlls/dxgmms1.sys/main.c
diff --git a/configure.ac b/configure.ac
index f499ec92715..c8845e5b696 100644
index 52c9a69eb59..2971e3e02e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3134,6 +3134,7 @@ WINE_CONFIG_MAKEFILE(dlls/dxdiagn/tests)
@@ -2657,6 +2657,7 @@ WINE_CONFIG_MAKEFILE(dlls/dxdiagn/tests)
WINE_CONFIG_MAKEFILE(dlls/dxgi)
WINE_CONFIG_MAKEFILE(dlls/dxgi/tests)
WINE_CONFIG_MAKEFILE(dlls/dxgkrnl.sys)
@ -27,7 +27,7 @@ index f499ec92715..c8845e5b696 100644
WINE_CONFIG_MAKEFILE(dlls/dxva2/tests)
diff --git a/dlls/dxgmms1.sys/Makefile.in b/dlls/dxgmms1.sys/Makefile.in
new file mode 100644
index 00000000000..3ecc3ee5a3e
index 00000000000..a548331e0ea
--- /dev/null
+++ b/dlls/dxgmms1.sys/Makefile.in
@@ -0,0 +1,6 @@
@ -35,7 +35,7 @@ index 00000000000..3ecc3ee5a3e
+IMPORTS = ntoskrnl
+EXTRADLLFLAGS = -mno-cygwin -Wb,--subsystem,native
+
+C_SRCS = \
+SOURCES = \
+ main.c
diff --git a/dlls/dxgmms1.sys/dxgmms1.sys.spec b/dlls/dxgmms1.sys/dxgmms1.sys.spec
new file mode 100644
@ -91,5 +91,5 @@ index 00000000000..686493d3296
+ return STATUS_SUCCESS;
+}
--
2.33.0
2.43.0