Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
c61844bb
Commit
c61844bb
authored
Nov 26, 2008
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manifest files are in srcdir not builddir
parent
e575f2b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.am
Makefile.am
+2
-2
No files found.
Makefile.am
View file @
c61844bb
...
@@ -726,7 +726,7 @@ package-win-common:
...
@@ -726,7 +726,7 @@ package-win-common:
if
BUILD_MOZILLA
if
BUILD_MOZILLA
mkdir
-p
"$(win32_destdir)/mozilla"
mkdir
-p
"$(win32_destdir)/mozilla"
cp
$(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT)
$(win32_destdir)/mozilla/
cp
$(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT)
$(win32_destdir)/mozilla/
cp
$(top_
build
dir)/projects/mozilla/npvlc.dll.manifest
$(win32_destdir)/mozilla/
cp
$(top_
src
dir)/projects/mozilla/npvlc.dll.manifest
$(win32_destdir)/mozilla/
endif
endif
# ActiveX plugin
# ActiveX plugin
...
@@ -737,7 +737,7 @@ if BUILD_ACTIVEX
...
@@ -737,7 +737,7 @@ if BUILD_ACTIVEX
unix2dos
$(win32_destdir)/activex/*
unix2dos
$(win32_destdir)/activex/*
cp
$(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT)
$(win32_destdir)/activex/
cp
$(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT)
$(win32_destdir)/activex/
cp
$(top_
build
dir)/projects/activex/axvlc.dll.manifest
$(win32_destdir)/activex/
cp
$(top_
src
dir)/projects/activex/axvlc.dll.manifest
$(win32_destdir)/activex/
endif
endif
# Rebase all those DLLs to speed up loading (need cygwin rebase)
# Rebase all those DLLs to speed up loading (need cygwin rebase)
...
...
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