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
e52396a4
Commit
e52396a4
authored
Jul 03, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: fixup for Unix2dos various names
parent
29ed6fa5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
Makefile.am
Makefile.am
+3
-6
No files found.
Makefile.am
View file @
e52396a4
...
@@ -819,13 +819,12 @@ if BUILD_ACTIVEX
...
@@ -819,13 +819,12 @@ if BUILD_ACTIVEX
cp
$(srcdir)/projects/activex/test.html
$(win32_destdir)/sdk/
cp
$(srcdir)/projects/activex/test.html
$(win32_destdir)/sdk/
endif
endif
find
$(win32_destdir)
-type
f
-name
"*xml"
-or
-name
"*html"
-or
-name
'*js'
-or
-name
'*css'
-or
-name
'*hosts'
-or
-iname
'*txt'
-or
-name
'*.cfg'
-or
-name
'*lua'
-exec
unix2dos
{}
\;
find
$(win32_destdir)
-type
f
-name
"*xml"
-or
-name
"*html"
-or
-name
'*js'
-or
-name
'*css'
-or
-name
'*hosts'
-or
-iname
'*txt'
-or
-name
'*.cfg'
-or
-name
'*lua'
-exec
$(U2D)
{}
\;
#Enable DEP and ASLR for all the binaries
#Enable DEP and ASLR for all the binaries
if
USE_PEFLAGS
if
USE_PEFLAGS
find
$(win32_destdir)
-type
f
-name
'*$(LIBEXT)'
-print
-o
-name
'*$(EXEEXT)'
-print
-exec
$(PEFLAGS)
--dynamicbase
=
true
--nxcompat
=
true
{}
\;
find
$(win32_destdir)
-type
f
-name
'*$(LIBEXT)'
-print
-o
-name
'*$(EXEEXT)'
-print
-exec
$(PEFLAGS)
--dynamicbase
=
true
--nxcompat
=
true
{}
\;
endif
endif
# Rebase all those DLLs to speed up loading (needs cygwin rebase)
# Rebase all those DLLs to speed up loading (needs cygwin rebase)
if
rebase
-b
0x42
/dev/null
>/dev/null
2>&1;
then
\
if
rebase
-b
0x42
/dev/null
>/dev/null
2>&1;
then
\
find
$(win32_destdir)
-type
f
-name
'*$(LIBEXT)'
-print
|
rebase
-b
0x70000000
-T
-;
\
find
$(win32_destdir)
-type
f
-name
'*$(LIBEXT)'
-print
|
rebase
-b
0x70000000
-T
-;
\
...
@@ -853,14 +852,12 @@ package-win32-webplugin-common: package-win-common-strip
...
@@ -853,14 +852,12 @@ package-win32-webplugin-common: package-win-common-strip
package-win32-xpi
:
package-win32-webplugin-common
package-win32-xpi
:
package-win32-webplugin-common
cp
$(top_builddir)
/projects/mozilla/install.rdf
"
$(win32_xpi_destdir)
"
cp
$(top_builddir)
/projects/mozilla/install.rdf
"
$(win32_xpi_destdir)
"
cd
$(win32_xpi_destdir)
&&
zip
-r
"../vlc-
$(VERSION)
.xpi"
\
cd
$(win32_xpi_destdir)
&&
zip
-r
"../vlc-
$(VERSION)
.xpi"
install.rdf plugins
install.rdf plugins
package-win32-crx
:
package-win32-webplugin-common
package-win32-crx
:
package-win32-webplugin-common
cp
$(top_builddir)
/projects/mozilla/manifest.json
"
$(win32_xpi_destdir)
"
cp
$(top_builddir)
/projects/mozilla/manifest.json
"
$(win32_xpi_destdir)
"
crxmake
--pack-extension
"
$(win32_xpi_destdir)
"
\
crxmake
--pack-extension
"
$(win32_xpi_destdir)
"
\
--extension-output
"
$(win32_destdir)
/vlc-
$(VERSION)
.crx"
\
--extension-output
"
$(win32_destdir)
/vlc-
$(VERSION)
.crx"
--ignore-file
install.rdf
--ignore-file
install.rdf
package-win32-base
:
package-win-common-strip
package-win32-base
:
package-win-common-strip
...
...
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