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
f900bb5c
Commit
f900bb5c
authored
Sep 01, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl: Added typelib.
parent
8b26ae82
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
55 additions
and
9 deletions
+55
-9
configure
configure
+4
-4
configure.ac
configure.ac
+4
-4
Makefile.in
dlls/atl/Makefile.in
+3
-1
atl_lib.idl
dlls/atl/atl_lib.idl
+36
-0
Makefile.in
dlls/atl100/Makefile.in
+2
-0
Makefile.in
dlls/atl110/Makefile.in
+2
-0
Makefile.in
dlls/atl80/Makefile.in
+2
-0
Makefile.in
dlls/atl90/Makefile.in
+2
-0
No files found.
configure
View file @
f900bb5c
...
@@ -16792,12 +16792,12 @@ wine_fn_config_test dlls/apphelp/tests apphelp_test
...
@@ -16792,12 +16792,12 @@ wine_fn_config_test dlls/apphelp/tests apphelp_test
wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
wine_fn_config_dll atl enable_atl clean,implib
wine_fn_config_dll atl enable_atl clean,implib
wine_fn_config_test dlls/atl/tests atl_test
wine_fn_config_test dlls/atl/tests atl_test
wine_fn_config_dll atl100 enable_atl100 implib
wine_fn_config_dll atl100 enable_atl100
clean,
implib
wine_fn_config_test dlls/atl100/tests atl100_test
wine_fn_config_test dlls/atl100/tests atl100_test
wine_fn_config_dll atl110 enable_atl110
wine_fn_config_dll atl110 enable_atl110
clean
wine_fn_config_dll atl80 enable_atl80 implib
wine_fn_config_dll atl80 enable_atl80
clean,
implib
wine_fn_config_test dlls/atl80/tests atl80_test
wine_fn_config_test dlls/atl80/tests atl80_test
wine_fn_config_dll atl90 enable_atl90
wine_fn_config_dll atl90 enable_atl90
clean
wine_fn_config_dll authz enable_authz
wine_fn_config_dll authz enable_authz
wine_fn_config_dll avicap32 enable_avicap32 implib
wine_fn_config_dll avicap32 enable_avicap32 implib
wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
wine_fn_config_dll avifil32 enable_avifil32 clean,implib,po
...
...
configure.ac
View file @
f900bb5c
...
@@ -2702,12 +2702,12 @@ WINE_CONFIG_TEST(dlls/apphelp/tests)
...
@@ -2702,12 +2702,12 @@ WINE_CONFIG_TEST(dlls/apphelp/tests)
WINE_CONFIG_DLL(appwiz.cpl,,[po])
WINE_CONFIG_DLL(appwiz.cpl,,[po])
WINE_CONFIG_DLL(atl,,[clean,implib])
WINE_CONFIG_DLL(atl,,[clean,implib])
WINE_CONFIG_TEST(dlls/atl/tests)
WINE_CONFIG_TEST(dlls/atl/tests)
WINE_CONFIG_DLL(atl100,,[implib])
WINE_CONFIG_DLL(atl100,,[
clean,
implib])
WINE_CONFIG_TEST(dlls/atl100/tests)
WINE_CONFIG_TEST(dlls/atl100/tests)
WINE_CONFIG_DLL(atl110)
WINE_CONFIG_DLL(atl110
,,[clean]
)
WINE_CONFIG_DLL(atl80,,[implib])
WINE_CONFIG_DLL(atl80,,[
clean,
implib])
WINE_CONFIG_TEST(dlls/atl80/tests)
WINE_CONFIG_TEST(dlls/atl80/tests)
WINE_CONFIG_DLL(atl90)
WINE_CONFIG_DLL(atl90
,,[clean]
)
WINE_CONFIG_DLL(authz)
WINE_CONFIG_DLL(authz)
WINE_CONFIG_DLL(avicap32,,[implib])
WINE_CONFIG_DLL(avicap32,,[implib])
WINE_CONFIG_DLL(avifil32,,[clean,implib,po])
WINE_CONFIG_DLL(avifil32,,[clean,implib,po])
...
...
dlls/atl/Makefile.in
View file @
f900bb5c
...
@@ -9,4 +9,6 @@ C_SRCS = \
...
@@ -9,4 +9,6 @@ C_SRCS = \
atl_ax.c
\
atl_ax.c
\
registrar.c
registrar.c
IDL_SRCS
=
atl_classes.idl
IDL_SRCS
=
\
atl_classes.idl
\
atl_lib.idl
dlls/atl/atl_lib.idl
0 → 100644
View file @
f900bb5c
/*
*
Copyright
2014
Jacek
Caban
for
CodeWeavers
*
*
This
library
is
free
software
; you can redistribute it and/or
*
modify
it
under
the
terms
of
the
GNU
Lesser
General
Public
*
License
as
published
by
the
Free
Software
Foundation
; either
*
version
2.1
of
the
License
,
or
(
at
your
option
)
any
later
version
.
*
*
This
library
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
; without even the implied warranty of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
GNU
*
Lesser
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
Lesser
General
Public
*
License
along
with
this
library
; if not, write to the Free Software
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
#
pragma
makedep
regtypelib
#
pragma
makedep
register
import
"atliface.idl"
;
[
uuid
(
44
ec0535
-
400
f
-
11
d0
-
9
dcd
-
00
a0c90391d3
),
version
(
1.0
),
helpstring
(
"ATL 2.0 Type Library"
)
]
library
ATLLib
{
importlib
(
"stdole2.tlb"
)
;
interface
IDocHostUIHandlerDispatch
;
interface
IAxWinAmbientDispatch
;
interface
IAxWinAmbientDispatchEx
;
}
dlls/atl100/Makefile.in
View file @
f900bb5c
...
@@ -8,3 +8,5 @@ C_SRCS = \
...
@@ -8,3 +8,5 @@ C_SRCS = \
atl.c
\
atl.c
\
atl_ax.c
\
atl_ax.c
\
registrar.c
registrar.c
IDL_SRCS
=
atl_lib.idl
dlls/atl110/Makefile.in
View file @
f900bb5c
...
@@ -7,3 +7,5 @@ C_SRCS = \
...
@@ -7,3 +7,5 @@ C_SRCS = \
atl.c
\
atl.c
\
atl_ax.c
\
atl_ax.c
\
registrar.c
registrar.c
IDL_SRCS
=
atl_lib.idl
dlls/atl80/Makefile.in
View file @
f900bb5c
...
@@ -10,4 +10,6 @@ C_SRCS = \
...
@@ -10,4 +10,6 @@ C_SRCS = \
atl_ax.c
\
atl_ax.c
\
registrar.c
registrar.c
IDL_SRCS
=
atl_lib.idl
RC_SRCS
=
atl80.rc
RC_SRCS
=
atl80.rc
dlls/atl90/Makefile.in
View file @
f900bb5c
...
@@ -8,4 +8,6 @@ C_SRCS = \
...
@@ -8,4 +8,6 @@ C_SRCS = \
atl_ax.c
\
atl_ax.c
\
registrar.c
registrar.c
IDL_SRCS
=
atl_lib.idl
RC_SRCS
=
atl90.rc
RC_SRCS
=
atl90.rc
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