Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] SWT native library sources


The source is also available in the download.

See eclipse/plugins/org.eclipse.platform.linux.gtk.source_2.0.0/src/org.eclipse.swt.gtk_2.0.0/ws/gtk

Most of the source is in swt-pisrc.zip but there is some comon (amongst platforms) source is in swtsrc.zip.  If you unzip both in the same place, the c code will all be found in the root directory.




Jeffrey Morgan <Jeffrey.Morgan@xxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

07/26/2002 06:58 AM
Please respond to platform-swt-dev

       
        To:        "'platform-swt-dev@xxxxxxxxxxx'" <platform-swt-dev@xxxxxxxxxxx>
        cc:        
        Subject:        RE: [platform-swt-dev] SWT native library sources


Once you get the source from CVS you need to rename the
.classpath-gtk to .classpath and do a rebuild.  Once you
do this you will find the native code under the

workspace/org.eclipse.swt/bin/library directory.  There is

a script to compile the code.

If you wish to make modifications to the code you can find
it under the Eclipse SWT PI/gtk source folder in eclipse.

If you wish to make permanent changes to the makefile

and build scripts you also want to make those here as they

are copied to the compile directory each time you do a
Build All.

Let me know if you have any questions.

-Jeff

> >Can anybody tell me, where are sources of SWT native (I
> mean, OS-specific libraries). Are they available at all?

> >I'm especially interested in libswt-gtk-nnnn.so and
> libswt-pi-gtk-nnnn.so libraries.

>
> sure they're available.

> you didn't look in cvs, did you?

>
> cheers

> a.

>
>
>
> _______________________________________________

> platform-swt-dev mailing list

> platform-swt-dev@xxxxxxxxxxx

>
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>


Back to the top