Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
016985e8
Commit
016985e8
authored
Jan 24, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile, win32: fix sdk/ generation
parent
456bfb7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.am
Makefile.am
+2
-2
No files found.
Makefile.am
View file @
016985e8
...
...
@@ -754,7 +754,7 @@ endif
cp
-r
$(destdir)/
include
"$(win32_destdir)/sdk"
cp
-r
$(destdir)/lib/pkgconfig
"$(win32_destdir)/sdk/lib"
for
file
in
libvlc.dll.a
libvlc.la
libvlccore.dll.a
libvlccore.la;
do
\
cp
-r
$(destdir)/lib/$$file
"$(win32_destdir)/sdk/lib"
;
done
cp
-r
v
$(destdir)/lib/$$file
"$(win32_destdir)/sdk/lib"
;
done
if
!HAVE_WIN64
if
!HAVE_WINCE
mkdir
-p
"$(win32_destdir)/sdk/activex"
...
...
@@ -769,7 +769,7 @@ endif
if
USE_PEFLAGS
find
$(win32_destdir)
-type
f
\(
-name
'*$(LIBEXT)'
-print
-o
-name
'*$(EXEEXT)'
-print
\)
-exec
$(PEFLAGS)
--dynamicbase
=
true
--nxcompat
=
true
{}
\;
endif
find
$(win32_destdir)
-type
f
\(
-name
'*.a'
-or
-name
'*.la'
\)
-exec
rm
-r
f
{}
\;
find
$(win32_destdir)
/plugins/
-type
f
\(
-name
'*.a'
-or
-name
'*.la'
\)
-exec
rm
-rv
f
{}
\;
package-win-base
:
package-win-common
find
$(win32_destdir)
-type
f
\(
-name
'*
$(LIBEXT)
'
-or
-name
'*
$(EXEEXT)
'
\)
|
while
read
i
;
\
...
...
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