root/projects/macosx/vlc_app/main.m

Revision b3372f1fd0cd732b956eeb545bd40873af6fc42a, 256 bytes (checked in by Pierre d'Herbemont <pdherbemont@videolan.org>, 10 months ago)

Move the Mac OS X framework plus the yet to be finished VLC.app to projects/macosx/framework and projects/macosx/vlc_app.

  • Property mode set to 100644
Line 
1 //
2 //  main.m
3 //  VLC
4 //
5 //  Created by Pierre d'Herbemont on 11/08/07.
6 //  Copyright __MyCompanyName__ 2007. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 int main(int argc, char *argv[])
12 {
13     return NSApplicationMain(argc,  (const char **) argv);
14 }
Note: See TracBrowser for help on using the browser.