Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Which C file for launcher on mac

Thanks, I've opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=394520 to now add support to the launcher to support Sun VMs on Mac.

On 2012-11-16, at 11:43 AM, Andrew Niefer wrote:

The files under library/carbon are used for cocoa, there are ifdefs separating the pieces that are different between carbon & cocoa.

The dll will contain eclipseCarbon.c and eclipseCarbonCommon.c.

If you look near the top of the make_cocoa.mak file, you can see the full list of files for both the executable and the library. The executable contains everything from MAIN_OBJS & COMMON_OBJS, the library contains COMMON_OBJS & DLL_OBJS.

-Andrew

<graycol.gif>Pascal Rapicault ---11/16/2012 11:09:06 AM---When the executable for mac / cocoa, is it the eclipseCarbon.c file that finds it way into the dll?

From: Pascal Rapicault <pascal@xxxxxxxxxxxxx>
To: Equinox development mailing list <equinox-dev@xxxxxxxxxxx>,
Date: 11/16/2012 11:09 AM
Subject: [equinox-dev] Which C file for launcher on mac
Sent by: equinox-dev-bounces@xxxxxxxxxxx





When the executable for mac / cocoa, is it the eclipseCarbon.c file that finds it way into the dll?

Pascal
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top