Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ad730d05
Commit
ad730d05
authored
Aug 07, 2005
by
Felix Paul Kühne
Browse files
* whoops
parent
509ed543
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
ad730d05
...
...
@@ -581,9 +581,9 @@ VLC-release.app: vlc
cd
../../../
;
\
cp
-r
$(top_builddir)
/tmp/extras/MacOSX/build/VLC.bundle
\
$(top_builddir)
/VLC-release.app
;;
\
*
darwin8
*
)
cd
$(top_builddir)
/tmp/extras/
Default/
MacOSX
&&
xcodebuild
-target
vlc |
grep
-v
'^\([ \t]\|$$\)'
;
\
*
darwin8
*
)
cd
$(top_builddir)
/tmp/extras/MacOSX
&&
xcodebuild
-target
vlc |
grep
-v
'^\([ \t]\|$$\)'
;
\
cd
../../../
;
\
cp
-r
$(top_builddir)
/tmp/extras/MacOSX/build/VLC.bundle
\
cp
-r
$(top_builddir)
/tmp/extras/MacOSX/build/
Default/
VLC.bundle
\
$(top_builddir)
/VLC-release.app
;;
\
esac
rm
-Rf
$(top_builddir)
/tmp
...
...
@@ -695,9 +695,9 @@ VLC.app: vlc
cd
../../../
;
\
cp
-r
$(top_builddir)
/tmp/extras/MacOSX/build/VLC.bundle
\
$(top_builddir)
/VLC.app
;;
\
*
darwin8
*
)
cd
$(top_builddir)
/tmp/extras/
Default/
MacOSX
&&
xcodebuild
-target
vlc |
grep
-v
'^\([ \t]\|$$\)'
;
\
*
darwin8
*
)
cd
$(top_builddir)
/tmp/extras/MacOSX
&&
xcodebuild
-target
vlc |
grep
-v
'^\([ \t]\|$$\)'
;
\
cd
../../../
;
\
cp
-r
$(top_builddir)
/tmp/extras/MacOSX/build/VLC.bundle
\
cp
-r
$(top_builddir)
/tmp/extras/MacOSX/build/
Default/
VLC.bundle
\
$(top_builddir)
/VLC.app
;;
\
esac
rm
-Rf
$(top_builddir)
/tmp
...
...
modules/gui/macosx/intf.m
View file @
ad730d05
...
...
@@ -1484,12 +1484,6 @@ static VLCMain *_o_sharedMainInstance = nil;
-
(
IBAction
)
showExtended
:(
id
)
sender
{
/* we need the wizard-nib for the bookmarks's extract functionality */
if
(
!
nib_wizard_loaded
)
{
nib_wizard_loaded
=
[
NSBundle
loadNibNamed
:
@"Wizard"
owner
:
self
];
}
if
(
!
nib_extended_loaded
)
{
nib_extended_loaded
=
[
NSBundle
loadNibNamed
:
@"Extended"
owner
:
self
];
...
...
@@ -1502,6 +1496,12 @@ static VLCMain *_o_sharedMainInstance = nil;
-
(
IBAction
)
showBookmarks
:(
id
)
sender
{
/* we need the wizard-nib for the bookmarks's extract functionality */
if
(
!
nib_wizard_loaded
)
{
nib_wizard_loaded
=
[
NSBundle
loadNibNamed
:
@"Wizard"
owner
:
self
];
}
if
(
!
nib_bookmarks_loaded
)
{
nib_bookmarks_loaded
=
[
NSBundle
loadNibNamed
:
@"Bookmarks"
owner
:
self
];
...
...
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