Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
5ec1e695
Commit
5ec1e695
authored
Jan 28, 2006
by
Christophe Mutricy
Browse files
win32 rules: make it more dirty to be able to produce debug package
parent
b03c31e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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