Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
9373df56
Commit
9373df56
authored
Dec 17, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win64 package: use -win64 version string
parent
c2979734
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
extras/package/win32/package.mak
extras/package/win32/package.mak
+12
-6
No files found.
extras/package/win32/package.mak
View file @
9373df56
...
@@ -19,6 +19,12 @@ include extras/package/npapi.am
...
@@ -19,6 +19,12 @@ include extras/package/npapi.am
endif
endif
endif
endif
if
HAVE_WIN64
WINVERSION
=
vlc-
$(VERSION)
-win64
else
WINVERSION
=
vlc-
$(VERSION)
-win32
endif
package-win-install
:
package-win-install
:
$(MAKE)
install
$(MAKE)
install
touch
$@
touch
$@
...
@@ -155,18 +161,18 @@ package-win32-exe: package-win-strip
...
@@ -155,18 +161,18 @@ package-win32-exe: package-win-strip
eval
"
$$
MAKENSIS
$(win32_destdir)
/vlc.win32.nsi"
eval
"
$$
MAKENSIS
$(win32_destdir)
/vlc.win32.nsi"
package-win32-zip
:
package-win-strip
package-win32-zip
:
package-win-strip
rm
-f
--
vlc-
$(VERSION)
-win32
.zip
rm
-f
--
$(WINVERSION)
.zip
zip
-r
-9
vlc-
$(VERSION)
-win32
.zip vlc-
$(VERSION)
zip
-r
-9
$(WINVERSION)
.zip vlc-
$(VERSION)
package-win32-debug-zip
:
package-win-common
package-win32-debug-zip
:
package-win-common
rm
-f
--
vlc-
$(VERSION)
-win32
-debug
.zip
rm
-f
--
$(WINVERSION)
-debug
.zip
zip
-r
-9
vlc-
$(VERSION)
-win32
-debug
.zip vlc-
$(VERSION)
zip
-r
-9
$(WINVERSION)
-debug
.zip vlc-
$(VERSION)
package-win32-7zip
:
package-win-strip
package-win32-7zip
:
package-win-strip
7z a
$(7Z_OPTS)
vlc-
$(VERSION)
-win32
.7z vlc-
$(VERSION)
7z a
$(7Z_OPTS)
$(WINVERSION)
.7z vlc-
$(VERSION)
package-win32-debug-7zip
:
package-win-common
package-win32-debug-7zip
:
package-win-common
7z a
$(7Z_OPTS)
vlc-
$(VERSION)
-win32
-debug
.7z vlc-
$(VERSION)
7z a
$(7Z_OPTS)
$(WINVERSION)
-debug
.7z vlc-
$(VERSION)
package-win32-cleanup
:
package-win32-cleanup
:
rm
-Rf
$(win32_destdir)
$(win32_debugdir)
$(win32_xpi_destdir)
rm
-Rf
$(win32_destdir)
$(win32_debugdir)
$(win32_xpi_destdir)
...
...
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