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

Title: 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