Thanks Darius! I'll go see what help I can find on fpcmake. PS: In the mean time, my workaround is to get the project compiling under Lazarus, then look at Project -> Compiler Options -> Show Options and copy that into a script. So far it works, but I think an actual makefile is the right solution.
Regards, - Graeme - On 3/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > makefile? If so, is there a tool that could help me generate the > > makefile? I have always only compiled projects from within Lazarus. > > fpcmake ;) > > This tool reads a script (makefile.fpc by default) and generates a > makefile that can be read by make. I'm also starting to use thistool and > learning more about makefiles, so I cannot help you on the exact details. > But there is a (short) help file on the fpc documentation site. > > Darius > > > Hi, > > > > I have a large project with many unit test (using fpcUnit). While I > > developing, I use the GUI Test Runner of fpcUnit. I want to setup > > automated nightly builds using the Text Test Runner. How do I compile > > a lazarus project from the command line. Do I need to create some > > makefile? If so, is there a tool that could help me generate the > > makefile? I have always only compiled projects from within Lazarus. > > > > Regards, > > - Graeme - > > > > _________________________________________________________________ > > To unsubscribe: mail [EMAIL PROTECTED] with > > "unsubscribe" as the Subject > > archives at http://www.lazarus.freepascal.org/mailarchives > > > > > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives > _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
