<http://forum.pspad.com/read.php?f=2&i=12489&t=12430> ----------------------------------------------------------------
ben2 wrote: > Hi, > > This question might be answered before. I flied through 5 page > posters and did not find the answer. Can we search the forum > posters? > > Here is my question: > > I have a project "TestProject" and several files in folder > "Folder1" under this project. I followed Borland C++ Builder > compiler setting example to setup the compiler through > (project context menu/ProjectSettings.../ Compiler Tab) > > The parameter : %Name%%Ext% > > The problem is that the compiler only compile the currently > active file. This leads to many errors messages because the > files are dependent each other. > > How can I compile all files in a project? You must compile project file, not individual source files. You have possibility to make some file as the Main project file and PSPad will use it each time you start compilation. > I don't know how difficulty it could be. Is it possible to > write out a makefile of a project? Yes, you can do it . Use PSPad scripting capabilities and write script what generates makefile -- PSPad freeware editor http://www.pspad.com
