Thanks Theodore! I think there is a really big need for something like a cmake project file there, since it's a stupid Idea (in my opinion) to link all compiler settings to a visual IDE like Xcode or MSVC that really make a moving target for something that is supposed to be supported for a long time.
Cmake is a really cool build-tool that works on a very high level on all platforms (checking dependencies, setting compiler flags, linking, etc). Also it uses a VERY easy to understand configuration scheme. I recently switched using it for internal projects in our company, and it solved a few outstanding issues with automake. Also works great in combination with Qt4 (what we use for some other projects) plus the KDE desktop team uses it, too. :) But it's really just a development tool for C/C++/.... http://www.cmake.org/ Alrighty, going to get a coffee now and read the rest of the thread. Makes a great breakfast. :) Basti 2008/12/2 Theodore H. Smith <[EMAIL PROTECTED]>: > Hi Bastian, > > The PNG plugin comes with full source code and compiles and works well. > > It also uses the standard RB SDK. Unlike me :) > > I think you will save more time by looking at the source in the PNG plugin. > > http://developer.chaoticbox.com/ > > CodeWarrior and Xcode included! -- Best regards, Bastian Bense _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
