Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
64923f3f
Commit
64923f3f
authored
May 02, 2024
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: Default to fully interpreted stubs mode.
parent
3fa9023b
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
4 additions
and
52 deletions
+4
-52
Makefile.in
dlls/actxprxy/Makefile.in
+0
-2
Makefile.in
dlls/avifil32/Makefile.in
+0
-2
Makefile.in
dlls/combase/Makefile.in
+0
-2
Makefile.in
dlls/dispex/Makefile.in
+0
-2
Makefile.in
dlls/ia2comproxy/Makefile.in
+0
-2
Makefile.in
dlls/ieproxy/Makefile.in
+0
-2
Makefile.in
dlls/msctfp/Makefile.in
+0
-2
Makefile.in
dlls/msdaps/Makefile.in
+0
-1
Makefile.in
dlls/msi/Makefile.in
+1
-1
Makefile.in
dlls/mstask/Makefile.in
+0
-2
Makefile.in
dlls/netapi32/Makefile.in
+0
-2
Makefile.in
dlls/ntoskrnl.exe/Makefile.in
+0
-2
Makefile.in
dlls/ole32/Makefile.in
+0
-2
Makefile.in
dlls/oleacc/Makefile.in
+0
-2
Makefile.in
dlls/oleaut32/Makefile.in
+0
-2
Makefile.in
dlls/qmgrprxy/Makefile.in
+0
-2
Makefile.in
dlls/quartz/Makefile.in
+0
-2
Makefile.in
dlls/rpcrt4/Makefile.in
+0
-2
Makefile.in
dlls/rpcrt4/tests/Makefile.in
+1
-1
Makefile.in
dlls/schedsvc/Makefile.in
+0
-2
Makefile.in
dlls/schedsvc/tests/Makefile.in
+0
-2
Makefile.in
dlls/sechost/Makefile.in
+0
-2
Makefile.in
dlls/sti/Makefile.in
+0
-1
Makefile.in
dlls/taskschd/Makefile.in
+0
-1
Makefile.in
dlls/urlmon/Makefile.in
+0
-2
Makefile.in
dlls/windowscodecs/Makefile.in
+0
-2
Makefile.in
programs/plugplay/Makefile.in
+0
-1
Makefile.in
programs/rpcss/Makefile.in
+0
-1
Makefile.in
programs/services/Makefile.in
+0
-1
widl.c
tools/widl/widl.c
+1
-1
widl.man.in
tools/widl/widl.man.in
+1
-1
No files found.
dlls/actxprxy/Makefile.in
View file @
64923f3f
MODULE
=
actxprxy.dll
IMPORTS
=
uuid oleaut32 ole32 rpcrt4
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
actxprxy_activscp.idl
\
actxprxy_comcat.idl
\
...
...
dlls/avifil32/Makefile.in
View file @
64923f3f
...
...
@@ -2,8 +2,6 @@ MODULE = avifil32.dll
IMPORTLIB
=
avifil32
IMPORTS
=
uuid msacm32 msvfw32 winmm ole32 user32 advapi32 rpcrt4
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
acmstream.c
\
api.c
\
...
...
dlls/combase/Makefile.in
View file @
64923f3f
...
...
@@ -4,8 +4,6 @@ IMPORTLIB = combase
IMPORTS
=
advapi32 ole32 user32 gdi32 uuid rpcrt4
DELAYIMPORTS
=
oleaut32
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
apartment.c
\
combase.c
\
...
...
dlls/dispex/Makefile.in
View file @
64923f3f
MODULE
=
dispex.dll
IMPORTS
=
uuid oleaut32 ole32 rpcrt4 advapi32
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
disp_ex.idl
\
usrmarshal.c
...
...
dlls/ia2comproxy/Makefile.in
View file @
64923f3f
MODULE
=
ia2comproxy.dll
IMPORTS
=
uuid oleacc oleaut32 ole32 rpcrt4
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
ia2_classes.idl
\
oleacc_classes.idl
...
...
dlls/ieproxy/Makefile.in
View file @
64923f3f
MODULE
=
ieproxy.dll
IMPORTS
=
uuid ole32 rpcrt4
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
ieproxy_ieautomation.idl
\
ieproxy_perhist.idl
...
...
dlls/msctfp/Makefile.in
View file @
64923f3f
MODULE
=
msctfp.dll
IMPORTS
=
rpcrt4 ole32 oleaut32
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
msctfp.idl
...
...
dlls/msdaps/Makefile.in
View file @
64923f3f
...
...
@@ -9,6 +9,5 @@ SOURCES = \
usrmarshal.c
dlldata_EXTRADEFS
=
-DWINE_REGISTER_DLL
-DPROXY_CLSID
=
CLSID_PSFactoryBuffer
-DENTRY_PREFIX
=
msdaps_
EXTRAIDLFLAGS
=
-Oicf
i386_EXTRAIDLFLAGS
=
--packing
=
2
arm_EXTRAIDLFLAGS
=
--packing
=
2
dlls/msi/Makefile.in
View file @
64923f3f
...
...
@@ -2,7 +2,7 @@ MODULE = msi.dll
IMPORTLIB
=
msi
IMPORTS
=
uuid urlmon wininet comctl32 shell32 shlwapi cabinet oleaut32 ole32 version user32 gdi32 advapi32 rpcrt4 sxs imagehlp mspatcha odbccp32 wintrust crypt32
EXTRAIDLFLAGS
=
-
Oicf
-
-prefix-server
=
s_
EXTRAIDLFLAGS
=
--prefix-server
=
s_
SOURCES
=
\
action.c
\
...
...
dlls/mstask/Makefile.in
View file @
64923f3f
MODULE
=
mstask.dll
IMPORTS
=
rpcrt4 ole32 oleaut32
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
atsvc.idl
\
factory.c
\
...
...
dlls/netapi32/Makefile.in
View file @
64923f3f
...
...
@@ -3,8 +3,6 @@ UNIXLIB = netapi32.so
IMPORTLIB
=
netapi32
IMPORTS
=
rpcrt4 iphlpapi ws2_32 advapi32 dnsapi
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
atsvc.idl
\
nbcmdqueue.c
\
...
...
dlls/ntoskrnl.exe/Makefile.in
View file @
64923f3f
...
...
@@ -3,8 +3,6 @@ IMPORTLIB = ntoskrnl
IMPORTS
=
advapi32 hal msvcrt
DELAYIMPORTS
=
rpcrt4 setupapi
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
instr.c
\
ntoskrnl.c
\
...
...
dlls/ole32/Makefile.in
View file @
64923f3f
...
...
@@ -4,8 +4,6 @@ IMPORTLIB = ole32
IMPORTS
=
uuid advapi32 user32 gdi32 combase rpcrt4 kernelbase coml2
DELAYIMPORTS
=
oleaut32
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
antimoniker.c
\
bindctx.c
\
...
...
dlls/oleacc/Makefile.in
View file @
64923f3f
...
...
@@ -2,8 +2,6 @@ MODULE = oleacc.dll
IMPORTLIB
=
oleacc
IMPORTS
=
uuid oleaut32 ole32 user32 rpcrt4
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
client.c
\
main.c
\
...
...
dlls/oleaut32/Makefile.in
View file @
64923f3f
...
...
@@ -4,8 +4,6 @@ IMPORTLIB = oleaut32
IMPORTS
=
uuid ole32 rpcrt4 user32 gdi32 advapi32
DELAYIMPORTS
=
comctl32 urlmon windowscodecs
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
connpt.c
\
dispatch.c
\
...
...
dlls/qmgrprxy/Makefile.in
View file @
64923f3f
MODULE
=
qmgrprxy.dll
IMPORTS
=
rpcrt4
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
qmgrprxy.idl
...
...
dlls/quartz/Makefile.in
View file @
64923f3f
...
...
@@ -3,8 +3,6 @@ IMPORTLIB = quartz
IMPORTS
=
strmiids dxguid strmbase uuid dsound msacm32 msvfw32 ole32 oleaut32 rpcrt4 user32 gdi32 advapi32 winmm
DELAYIMPORTS
=
ddraw
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
acmwrapper.c
\
avidec.c
\
...
...
dlls/rpcrt4/Makefile.in
View file @
64923f3f
...
...
@@ -4,8 +4,6 @@ IMPORTLIB = rpcrt4
IMPORTS
=
uuid advapi32
DELAYIMPORTS
=
iphlpapi wininet secur32 user32 ws2_32 ole32 oleaut32
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
cproxy.c
\
cpsf.c
\
...
...
dlls/rpcrt4/tests/Makefile.in
View file @
64923f3f
...
...
@@ -2,7 +2,7 @@ TESTDLL = rpcrt4.dll
IMPORTS
=
oleaut32 ole32 rpcrt4 secur32 advapi32
EXTRADEFS
=
-DPROXY_DELEGATION
EXTRAIDLFLAGS
=
-
Oicf
-
-prefix-server
=
s_
EXTRAIDLFLAGS
=
--prefix-server
=
s_
server_EXTRAIDLFLAGS
=
-Os
--prefix-client
=
mixed_
server_interp_EXTRAIDLFLAGS
=
-Oicf
--prefix-client
=
interp_
...
...
dlls/schedsvc/Makefile.in
View file @
64923f3f
MODULE
=
schedsvc.dll
IMPORTS
=
rpcrt4 advapi32 ole32 xmllite
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
atsvc.c
\
atsvc.idl
\
...
...
dlls/schedsvc/tests/Makefile.in
View file @
64923f3f
TESTDLL
=
schedsvc.dll
IMPORTS
=
advapi32 rpcrt4 ole32
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
atsvc.idl
\
atsvcapi.c
\
...
...
dlls/sechost/Makefile.in
View file @
64923f3f
...
...
@@ -3,8 +3,6 @@ IMPORTLIB = sechost
IMPORTS
=
kernelbase
DELAYIMPORTS
=
rpcrt4
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
plugplay.idl
\
security.c
\
...
...
dlls/sti/Makefile.in
View file @
64923f3f
...
...
@@ -3,7 +3,6 @@ IMPORTLIB = sti
IMPORTS
=
uuid ole32 oleaut32 rpcrt4 advapi32
EXTRADLLFLAGS
=
-Wb
,--prefer-native
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
sti.c
\
...
...
dlls/taskschd/Makefile.in
View file @
64923f3f
...
...
@@ -2,7 +2,6 @@ MODULE = taskschd.dll
IMPORTS
=
oleaut32 ole32 advapi32 xmllite rpcrt4
EXTRADLLFLAGS
=
-Wb
,--prefer-native
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
folder.c
\
...
...
dlls/urlmon/Makefile.in
View file @
64923f3f
...
...
@@ -3,8 +3,6 @@ IMPORTLIB = urlmon
IMPORTS
=
uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32
DELAYIMPORTS
=
advpack
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
axinstall.c
\
bindctx.c
\
...
...
dlls/windowscodecs/Makefile.in
View file @
64923f3f
...
...
@@ -3,8 +3,6 @@ IMPORTLIB = windowscodecs
IMPORTS
=
$(TIFF_PE_LIBS)
$(JPEG_PE_LIBS)
$(PNG_PE_LIBS)
windowscodecs uuid ole32 oleaut32 propsys rpcrt4 shlwapi user32 gdi32 advapi32
EXTRAINCL
=
$(TIFF_PE_CFLAGS)
$(JPEG_PE_CFLAGS)
$(PNG_PE_CFLAGS)
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
bitmap.c
\
bmpdecode.c
\
...
...
programs/plugplay/Makefile.in
View file @
64923f3f
...
...
@@ -2,7 +2,6 @@ MODULE = plugplay.exe
IMPORTS
=
advapi32 rpcrt4 user32
EXTRADLLFLAGS
=
-mconsole
-municode
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
main.c
\
...
...
programs/rpcss/Makefile.in
View file @
64923f3f
...
...
@@ -2,7 +2,6 @@ MODULE = rpcss.exe
IMPORTS
=
rpcrt4 advapi32
EXTRADLLFLAGS
=
-mconsole
-municode
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
epm.idl
\
...
...
programs/services/Makefile.in
View file @
64923f3f
...
...
@@ -2,7 +2,6 @@ MODULE = services.exe
IMPORTS
=
rpcrt4 advapi32 userenv setupapi
EXTRADLLFLAGS
=
-mwindows
EXTRAIDLFLAGS
=
-Oicf
SOURCES
=
\
rpc.c
\
...
...
tools/widl/widl.c
View file @
64923f3f
...
...
@@ -109,7 +109,7 @@ static int no_preprocess = 0;
int
old_names
=
0
;
int
old_typelib
=
0
;
int
winrt_mode
=
0
;
int
interpreted_mode
=
0
;
int
interpreted_mode
=
1
;
int
use_abi_namespace
=
0
;
static
int
stdinc
=
1
;
...
...
tools/widl/widl.man.in
View file @
64923f3f
...
...
@@ -78,7 +78,7 @@ Generate inline stubs.
.IP "\fB-Oi\fR"
Generate old-style interpreted stubs.
.IP "\fB-Oif, -Oic, -Oicf\fR"
Generate new-style fully interpreted stubs.
Generate new-style fully interpreted stubs.
This is the default.
.IP "\fB-p\fR"
Generate a proxy. The default output filename is \fIinfile\fB_p.c\fR.
.IP "\fB--prefix-all=\fIprefix\fR"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment