> On 21/06/07, Tiziano_mk <[EMAIL PROTECTED]> wrote: >> >> Put the exe name of your App into the field "Target file name:" in >> Project Options|Output Settings >> >> and it will be compiled as expected in the project directory >> (this works on windows, never tryied on Linux) > > I know that feature (setting) and it's still not a solution. I can't > use it. The name of the executable you enter in there is then hard > coded. > > Naming convention under Linux is a executable without an extension. > eg: myprojectname > > Naming convention under Windows is a executable with an .exe extension. > eg: myprojectname.exe >
Just put the executable name without extension there and it will be ok for Win and Linux. Other platforms I cannot say, but there's no reason to expect the are treated differently. Darius > No idea the naming convention of Mac, BSD, etc... > > If I leave the target filename blank (which I must), this gets handled > correctly for me. Otherwise I need to manually rename the files for > different platforms. > > 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
