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
d7c97c82
Commit
d7c97c82
authored
Oct 25, 2009
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the peflags target
parent
756fd1fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+4
-5
No files found.
extras/contrib/src/Makefile
View file @
d7c97c82
...
@@ -2581,12 +2581,11 @@ xcb-util: xcb-util-$(XCB_UTIL_VERSION).tar.bz2
...
@@ -2581,12 +2581,11 @@ xcb-util: xcb-util-$(XCB_UTIL_VERSION).tar.bz2
# Peflags utility (Windows only)
# Peflags utility (Windows only)
# ***************************************************************************
# ***************************************************************************
peflags.c
:
peflags/peflags.c
:
$(WGET)
$(PEFLAGS_URL)
/
$@
mkdir
-p
peflags
cd
peflags
&&
$(WGET)
$(PEFLAGS_URL)
/peflags.c
.peflags
:
peflags.c
.peflags
:
peflags/peflags.c
rm
-rf
peflags
mkdir
peflags
&&
mv
peflags.c peflags/
cd
peflags
&&
gcc peflags.c
-o
peflags
cd
peflags
&&
gcc peflags.c
-o
peflags
install
-d
$(PREFIX)
/bin
install
-d
$(PREFIX)
/bin
cd
peflags
&&
install
./peflags
$(PREFIX)
/bin
cd
peflags
&&
install
./peflags
$(PREFIX)
/bin
...
...
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