Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
bd2926f7
Commit
bd2926f7
authored
Apr 11, 2001
by
Eugenio Jarosiewicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a dumb mistake in Makefile.in
parent
4ebec617
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Makefile.in
Makefile.in
+3
-1
No files found.
Makefile.in
View file @
bd2926f7
...
@@ -477,7 +477,7 @@ export
...
@@ -477,7 +477,7 @@ export
#
#
# Virtual targets
# Virtual targets
#
#
all
:
vlc @ALIASES@ plugins
all
:
vlc @ALIASES@ plugins
vlc.app
clean
:
clean
:
rm
-f
$(C_OBJ)
$(CPP_OBJ)
$(ASM_OBJ)
$(STD_PLUGIN_OBJ)
rm
-f
$(C_OBJ)
$(CPP_OBJ)
$(ASM_OBJ)
$(STD_PLUGIN_OBJ)
...
@@ -684,6 +684,8 @@ ifeq ($(SYS),beos)
...
@@ -684,6 +684,8 @@ ifeq ($(SYS),beos)
rm
-f
./plugins/_APP_
rm
-f
./plugins/_APP_
ln
-s
../vlc ./plugins/_APP_
ln
-s
../vlc ./plugins/_APP_
endif
endif
vlc.app
:
ifneq
(,$(findstring darwin,$(SYS)))
ifneq
(,$(findstring darwin,$(SYS)))
mkdir
-p
vlc.app/Contents/MacOS
mkdir
-p
vlc.app/Contents/MacOS
mkdir
-p
vlc.app/Contents/MacOS/lib
mkdir
-p
vlc.app/Contents/MacOS/lib
...
...
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