Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
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