vlc | branch: master | Felix Paul Kühne <[email protected]> | Sat Nov 9 18:07:19 2013 +0100| [4dbe3de4b46651591d98c05319168f6333faa8ff] | committer: Felix Paul Kühne
extras/package: add darwinvlc.c to xcodeproj > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4dbe3de4b46651591d98c05319168f6333faa8ff --- extras/package/macosx/vlc.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/package/macosx/vlc.xcodeproj/project.pbxproj b/extras/package/macosx/vlc.xcodeproj/project.pbxproj index 3ce9987..6734e68 100644 --- a/extras/package/macosx/vlc.xcodeproj/project.pbxproj +++ b/extras/package/macosx/vlc.xcodeproj/project.pbxproj @@ -465,6 +465,7 @@ 5CCED71314C0D4A90057F8D1 /* ExtensionsManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExtensionsManager.m; path = ../../../modules/gui/macosx/ExtensionsManager.m; sourceTree = SOURCE_ROOT; }; 5CCED71414C0D4A90057F8D1 /* VLCUIWidgets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCUIWidgets.h; path = ../../../modules/gui/macosx/VLCUIWidgets.h; sourceTree = SOURCE_ROOT; }; 5CCED71514C0D4A90057F8D1 /* VLCUIWidgets.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCUIWidgets.m; path = ../../../modules/gui/macosx/VLCUIWidgets.m; sourceTree = SOURCE_ROOT; }; + 7D7DC2CA182E86D9008C9E3E /* darwinvlc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = darwinvlc.c; path = ../../../bin/darwinvlc.c; sourceTree = "<group>"; }; 7DFFA16A16124F38001AF89F /* effects-one-button-pressed-dark.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "effects-one-button-pressed-dark.png"; path = "Resources/mainwindow_dark/effects-one-button-pressed-dark.png"; sourceTree = "<group>"; }; 7DFFA16B16124F38001AF89F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Resources/mainwindow_dark/[email protected]"; sourceTree = "<group>"; }; 8E49720006417F6800370C9F /* playlistinfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = playlistinfo.h; path = ../../../modules/gui/macosx/playlistinfo.h; sourceTree = SOURCE_ROOT; }; @@ -1719,6 +1720,7 @@ CCDDF1AF172FF4D6007729A1 /* core */ = { isa = PBXGroup; children = ( + 7D7DC2CA182E86D9008C9E3E /* darwinvlc.c */, CC4D67F71348F601003FCC5B /* specific.c */, CCDDF1AC172FF4C4007729A1 /* netconf.c */, CCDDF1AD172FF4C4007729A1 /* dirs.c */, _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
