[lazarus] Changing Target FileName
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat May 3 05:13:41 EDT 2003
On Sat, 03 May 2003 11:28:47 +0200
Peter Vreman <peter at freepascal.org> wrote:
> At 09:52 3-5-2003, you wrote:
> >On Sat, 03 May 2003 09:20:40 +1000
> >SteveG <steveg at nevets.com.au> wrote:
> >
> > > If my application Title is 'Test' and I change the target filename to
> > > 'Test.nlx' it only compiles as 'Test' - ignores anything after the
> > > period (fullstop) - am I using this incorrectly ?
> >
> >I didn't know, that fpc is doing this. Under win32 it makes sense to
> >change the file extension, but under linux?
> >I hope, someone of the fpc-team is reading this and can explain.
> >
> >Underscore works. Can you use Test_nlx instead?
>
> I can't reproduce it with the compiler (test with 1.0.6). I created a
> test.lnx.pas and it compiled into test.lnx and under win32 i created a
> test.win32.pas and it compiled to test.win32.exe
A test.lpr file should be compiled to a test.nlx file.
Something like this:
ppc386 -otest.nlx test.lpr
Mattias
>
>
> Peter
>
> _________________________________________________________________
> To unsubscribe: mail lazarus-request at miraclec.com with
> "unsubscribe" as the Subject
> archives at http://www.lazarus.freepascal.org/mailarchives
More information about the Lazarus
mailing list