On Thu, 29 Jul 2004 15:33:43 +0530, Ritu Chawla <[EMAIL PROTECTED]> wrote: > We have developed our applciation on CW-9 for Windows. We want to integrate > the code with our build enviournment on cygwin. I need a meke file to do > this. > Can any body please help me out by telling how to create > GNU Makefile for a palm codewarrior project.
Not likely, in the sense that a simpler answer doesn't exist. I assume that by "cygwin build environment" you mean prc-tools. First, there is no automated way to create a makefile out of CW project. You have to do it by hand. It's not that hard, if you know how to do it. If you don't then you have some learning to do. Also, depending on how your CW code looks, it might not be directly usable under prc-tools. It shouldn't be hard to port. E.g. one of the things that need to be changed is the way you use multiple segments. In CW you can just assign pieces of code to a given segment in IDE. In prc-tools you have to manually mark sections in the code. There are other pitfalls but which ones you'll encounter really depends on how your code is written. Krzysztof Kowalczyk | http://blog.kowalczyk.info -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
