Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
b9560d0d
Commit
b9560d0d
authored
Apr 12, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: Fix for introduction of vlc.win32.nsi.in
parent
0e92e93d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile.am
Makefile.am
+3
-3
No files found.
Makefile.am
View file @
b9560d0d
...
@@ -28,10 +28,10 @@ EXTRA_DIST = \
...
@@ -28,10 +28,10 @@ EXTRA_DIST = \
vlc-config.in.in
\
vlc-config.in.in
\
vlc.spec
\
vlc.spec
\
vlc.spec.mdk
\
vlc.spec.mdk
\
vlc.win32.nsi
\
vlc.win32.nsi
.in
\
$(NULL)
$(NULL)
BUILT_SOURCES_distclean
=
vlc-config compile
BUILT_SOURCES_distclean
=
vlc-config compile
vlc.win32.nsi
BUILT_SOURCES_clean
=
macosx-sdk
BUILT_SOURCES_clean
=
macosx-sdk
BUILT_SOURCES
=
$(BUILT_SOURCES_distclean)
$(BUILT_SOURCES_clean)
BUILT_SOURCES
=
$(BUILT_SOURCES_distclean)
$(BUILT_SOURCES_clean)
...
@@ -701,7 +701,7 @@ endif
...
@@ -701,7 +701,7 @@ endif
package-win32-base-debug
:
package-win-common
package-win32-base-debug
:
package-win-common
# Copy relevant files
# Copy relevant files
cp
"$(
src
dir)/vlc.win32.nsi"
"$(top_builddir)/vlc-${VERSION}/"
cp
"$(
top_build
dir)/vlc.win32.nsi"
"$(top_builddir)/vlc-${VERSION}/"
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/plugins"
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/plugins"
for
i
in
""
`$(VLC_CONFIG)
--target
plugin`
;
do
\
for
i
in
""
`$(VLC_CONFIG)
--target
plugin`
;
do
\
...
...
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