10 May
2021
10 May
'21
7:09 a.m.
Esme Povirk <esme(a)codeweavers.com> writes:
Signed-off-by: Esme Povirk <esme(a)codeweavers.com> --- dlls/sppc/Makefile.in | 7 +++++ dlls/sppc/sppc.spec | 67 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 dlls/sppc/Makefile.in create mode 100644 dlls/sppc/sppc.spec
diff --git a/dlls/sppc/Makefile.in b/dlls/sppc/Makefile.in new file mode 100644 index 00000000000..52d0cfe699c --- /dev/null +++ b/dlls/sppc/Makefile.in @@ -0,0 +1,7 @@ +MODULE = sppc.dll +PARENTSRC = ../slc
Is there a reason for building it twice instead of simply forwarding? -- Alexandre Julliard julliard(a)winehq.org