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
15a5a372
Commit
15a5a372
authored
Jun 14, 2008
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More config.status magic.
I'm not sure why we have a PRODUCT_VERSION and VERSION
parent
7290a1dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
Makefile.am
Makefile.am
+5
-5
extras/package/win32/vlc.win32.nsi.in
extras/package/win32/vlc.win32.nsi.in
+2
-1
No files found.
Makefile.am
View file @
15a5a372
...
...
@@ -860,13 +860,13 @@ package-win32-base: package-win32-base-debug package-win-common-strip
package-win32-base-exe
:
package-win32-base
# Create package
if
makensis
-VERSION
>/dev/null
2>&1;
then
\
MAKENSIS
=
"makensis
-DVERSION=
$(VERSION)
"
;
\
MAKENSIS
=
"makensis"
;
\
elif
[
-x
"/cygdrive/c/Program Files/NSIS/makensis"
]
;
then
\
MAKENSIS
=
"/cygdrive/c/Program
\
Files/NSIS/makensis
/DVERSION=
$(VERSION
)
"
;
\
MAKENSIS
=
"/cygdrive/c/Program
\
Files/NSIS/makensis)"
;
\
elif
[
-x
"
$(PROGRAMFILES)
/NSIS/makensis"
]
;
then
\
MAKENSIS
=
"
$(PROGRAMFILES)
/NSIS/makensis
-DVERSION=
$(VERSION)
"
;
\
MAKENSIS
=
"
$(PROGRAMFILES)
/NSIS/makensis"
;
\
elif
wine
--version
>
/dev/null 2>&1
;
then
\
MAKENSIS
=
"wine C:/Program
\
Files/NSIS/makensis.exe
/DVERSION=
$(VERSION)
"
;
\
MAKENSIS
=
"wine C:/Program
\
Files/NSIS/makensis.exe"
;
\
else
\
echo
'Error: cannot locate makensis tool'
;
exit
1
;
\
fi
;
\
...
...
@@ -877,7 +877,7 @@ package-win32-base-exe-cygwin: package-win32-base-exe
package-win32-base-exe-linux
:
# Create package
makensis
-DVERSION
=
$(VERSION)
$(top_builddir)
/vlc-
$(VERSION)
/vlc.win32.nsi
makensis
$(top_builddir)/vlc-$(VERSION)/vlc.win32.nsi
package-win32-base-zip
:
package-win32-base
# Create package
...
...
extras/package/win32/vlc.win32.nsi.in
View file @
15a5a372
...
...
@@ -4,7 +4,8 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
!define PRODUCT_NAME "VLC media player"
!define PRODUCT_VERSION '0.9.0-git'
!define VERSION @VERSION@
!define PRODUCT_VERSION @VERSION@
!define PRODUCT_GROUP "VideoLAN"
!define PRODUCT_PUBLISHER "VideoLAN Team"
!define PRODUCT_WEB_SITE "http://www.videolan.org"
...
...
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