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
5ec1e695
Commit
5ec1e695
authored
Jan 28, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32 rules: make it more dirty to be able to produce debug package
parent
b03c31e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
Makefile.am
Makefile.am
+6
-4
No files found.
Makefile.am
View file @
5ec1e695
...
...
@@ -817,7 +817,7 @@ remove_distdir_woody = \
# XXX: this rule is probably only useful to you if you have exactly
# the same setup as me. Contact sam@zoy.org if you need to use it.
#
package-win32-base
:
package-win32-base
-debug
:
# Check that tmp isn't in the way
@if
test
-e
"$(top_builddir)/vlc-${VERSION}"
;
then
\
echo "Error
:
please remove $(top_builddir)/vlc-${VERSION}
,
it is in the way";
\
...
...
@@ -843,9 +843,6 @@ package-win32-base:
"$(top_builddir)/vlc-${VERSION}/plugins/"
;
\
fi
;
done
for
i
in
""
$(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT)
;
\
do
if
test
-n
"$$i"
;
then
$(STRIP)
"$$i"
;
fi
;
done
mkdir
$(top_builddir)/vlc-${VERSION}/locale
for
i
in
$(ALL_LINGUAS);
do
\
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES"
;
\
...
...
@@ -927,6 +924,11 @@ endif
find
$(top_builddir)/vlc-${VERSION}
-type
f
-name
'*.dll'
-print
|
rebase
-b
0x70000000
-T
-;
\
fi
package-win32-base
:
package-win32-base-debug
for
i
in
""
$(top_builddir)
/vlc-
${VERSION}
/plugins/
*
$(LIBEXT)
;
\
do if
test
-n
"
$$
i"
;
then
$(STRIP)
"
$$
i"
;
fi
;
done
package-win32-base-exe
:
# Create package
if
[
-x
makensis
];
then
\
...
...
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