> 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
