Re: [fpc-pascal] Excessive Recompiling: UPPER case files.

2005-05-22 Thread L505
| If the compiler needs to search for a file it will use the following order: | | 1. OriginalCase | 2. lowercase | 3. UPPERCASE | | | Peter Hi Peter.. The PPU files didn't seem to be generated with an upper case file.. so every time I compiled an application with upper case units, no PPU files

Re: [fpc-pascal] Excessive Recompiling: UPPER case files.

2005-05-22 Thread L505
PROTECTED]> To: "FPC-Pascal users discussions" Sent: Sunday, May 22, 2005 3:37 AM Subject: Re: [fpc-pascal] Excessive Recompiling: UPPER case files. | > Solution: | > The synapse files were in CAPS LOCK.. i.e. SYNASSL.PAS, SYNABLOCK.PAS When | > I renamed the files to lower case, ever

Re: [fpc-pascal] Excessive Recompiling: UPPER case files.

2005-05-22 Thread Lukas Gebauer
> Solution: > The synapse files were in CAPS LOCK.. i.e. SYNASSL.PAS, SYNABLOCK.PAS When > I renamed the files to lower case, everything does not recompile now. No > more 10,000 lines compilation! ??? All Synapse source files are distributed in lowecase. How you got filenames in uppercase? -- L

Re: [fpc-pascal] Excessive Recompiling: UPPER case files.

2005-05-22 Thread Peter Vreman
At 10:06 22-5-2005, you wrote: Hi, Problem: On the FPC community boards a while ago, I posted some problems with recompiling issues. When I was using the Synapse library, for some reason 10,000 lines of code were being recompiled! Solution: The synapse files were in CAPS LOCK.. i.e. SYNASSL.

[fpc-pascal] Excessive Recompiling: UPPER case files.

2005-05-22 Thread L505
Hi, Problem: On the FPC community boards a while ago, I posted some problems with recompiling issues. When I was using the Synapse library, for some reason 10,000 lines of code were being recompiled! Solution: The synapse files were in CAPS LOCK.. i.e. SYNASSL.PAS, SYNABLOCK.PAS When I renamed