Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
04a605b1
Commit
04a605b1
authored
Feb 01, 2006
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.am: on Unix, use makensis -DVERSION; on Win32, use /DVERSION.
parent
125a27bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile.am
Makefile.am
+4
-4
No files found.
Makefile.am
View file @
04a605b1
...
...
@@ -932,15 +932,15 @@ package-win32-base: package-win32-base-debug
package-win32-base-exe
:
# Create package
if
makensis
-VERSION
>/dev/null
2>&1;
then
\
MAKENSIS
=
makensis
;
\
MAKENSIS
=
"
makensis
-DVERSION=
${VERSION}
"
;
\
elif
[
-x
"/cygdrive/c/Program Files/NSIS/makensis"
]
;
then
\
MAKENSIS
=
"/cygdrive/c/Program
\
Files/NSIS/makensis"
;
\
MAKENSIS
=
"/cygdrive/c/Program
\
Files/NSIS/makensis
/DVERSION=
${VERSION}
"
;
\
elif
wine
--version
>
dev/null 2>&1
;
then
\
MAKENSIS
=
"wine C:/Program
\
Files/NSIS/makensis.exe"
;
\
MAKENSIS
=
"wine C:/Program
\
Files/NSIS/makensis.exe
/DVERSION=
${VERSION}
"
;
\
else
\
echo
'Error: cannot locate makensis tool'
;
exit
1
;
\
fi
;
\
eval
"
$$
MAKENSIS
/DVERSION=
${VERSION}
$(top_builddir)
/vlc-
${VERSION}
/vlc.win32.nsi"
eval
"
$$
MAKENSIS
$(top_builddir)
/vlc-
${VERSION}
/vlc.win32.nsi"
package-win32-base-exe-cygwin
:
package-win32-base-exe
# Create package
...
...
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