Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
9a7ac26b
Commit
9a7ac26b
authored
Feb 03, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Win32: makefile cleanup
parent
8bc369ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile.am
Makefile.am
+5
-5
No files found.
Makefile.am
View file @
9a7ac26b
...
@@ -706,10 +706,10 @@ package-win-common:
...
@@ -706,10 +706,10 @@ package-win-common:
fi
fi
# Copy relevant files
# Copy relevant files
# Copy executables
and lib
s
# Copy executables
, major libs+manifest
s
cp
"$(top_builddir)/bin/.libs/vlc$(EXEEXT)"
"$(win32_destdir)/"
cp
"$(top_builddir)/bin/.libs/vlc$(EXEEXT)"
"$(win32_destdir)/"
cp
"$(top_srcdir)/extras/package/win32/vlc.exe.manifest"
"$(win32_destdir)/"
cp
"$(top_srcdir)/extras/package/win32/vlc.exe.manifest"
"$(win32_destdir)/"
cp
"$(top_srcdir)/extras/package/win32/libvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_srcdir)/extras/package/win32/libvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/src/.libs/libvlccore$(LIBEXT)"
"$(win32_destdir)/"
cp
"$(top_builddir)/src/.libs/libvlccore$(LIBEXT)"
"$(win32_destdir)/"
cp
"$(top_builddir)/src/.libs/libvlc$(LIBEXT)"
"$(win32_destdir)/"
cp
"$(top_builddir)/src/.libs/libvlc$(LIBEXT)"
"$(win32_destdir)/"
...
@@ -792,9 +792,6 @@ package-win32-base-debug: package-win-common
...
@@ -792,9 +792,6 @@ package-win32-base-debug: package-win-common
$(INSTALL)
"$$i"
"vlc-$(VERSION)/plugins/"
;
\
$(INSTALL)
"$$i"
"vlc-$(VERSION)/plugins/"
;
\
fi
;
done
fi
;
done
# Contrib *.dll's
# cp $(CONTRIB_DIR)/lib/*.dll "vlc-$(VERSION)/" || true
#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
'*.dll'
-print
-o
-name
'*.exe'
-print
|
while
read
i;
do
\
find
$(win32_destdir)
-type
f
-name
'*.dll'
-print
-o
-name
'*.exe'
-print
|
while
read
i;
do
\
...
@@ -1009,6 +1006,9 @@ package-win32-debug: package-win32-base-debug-zip package-win32-base-debug-7zip
...
@@ -1009,6 +1006,9 @@ package-win32-debug: package-win32-base-debug-zip package-win32-base-debug-7zip
# Clean up
# Clean up
rm
-Rf
$(win32_destdir)
rm
-Rf
$(win32_destdir)
#######
# WinCE
#######
package-wince-base
:
package-win-common-strip
package-wince-base
:
package-win-common-strip
package-wince-base-zip
:
package-wince-base
package-wince-base-zip
:
package-wince-base
...
...
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