Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC Browser Plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
VideoLAN
VLC Browser Plugins
Commits
2d739934
Commit
2d739934
authored
Jun 06, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: generate stdole2.tlb
parent
bee4b669
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
activex/Makefile.am
activex/Makefile.am
+6
-3
No files found.
activex/Makefile.am
View file @
2d739934
...
...
@@ -105,11 +105,14 @@ if HAS_WIDL_COMPILER
WINE_SDK_PATH
?=
/usr/include/wine/windows
axvlc.tlb axvlc_idl.c axvlc_idl.h
:
axvlc.idl
$(WIDL)
-I
$(WINE_SDK_PATH)
-tuh
-T
axvlc.tlb
-U
axvlc_idl.c
-H
axvlc_idl.h axvlc.idl
stdole2.tlb stdole2_idl.c stdole2_idl.h
:
$(WINE_SDK_PATH)/stdole2.idl
$(WIDL)
-I
$(WINE_SDK_PATH)
-tuh
-T
stdole2.tlb
-U
stdole2_idl.c
-H
stdole2_idl.h
$<
axvlc.tlb axvlc_idl.c axvlc_idl.h
:
axvlc.idl stdole2.tlb
$(WIDL)
-I
$(WINE_SDK_PATH)
-I
.
-tuh
-T
axvlc.tlb
-U
axvlc_idl.c
-H
axvlc_idl.h axvlc.idl
clean-tlb
:
rm
-f
axvlc.tlb axvlc_idl.c axvlc_idl.h
rm
-f
axvlc.tlb axvlc_idl.c axvlc_idl.h
stdole2.tlb stdole2_idl.c stdole2_idl.h
else
...
...
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