Re: [fpc-devel]directories dependency

2003-12-23 Thread bobmartin
, December 23, 2003 8:10 AM Subject: Re: [fpc-devel]directories dependency One more is it possible change name of RTL\OBJPAS\CLASSES\ACTION.INC this has the same like in lazarus LCL\INCLUDE\ACTION.INC some times it's complicate live change name in RTL is better name

RE: [fpc-devel]directories dependency

2003-12-23 Thread Vincent Snijders
Klaempfl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 22, 2003 10:49 PM Subject: Re: [fpc-devel]directories dependency Darek Mazur wrote: and what about RTL\OBJPAS Object Pascal units like sysutils or classes :) and RTL\OBJPAS\CLASSES The sysutils

[fpc-devel]directories dependency

2003-12-22 Thread Darek Mazur
Hi I have small ask why win32.inc, objpas.inc, thread.inc, dynlibs.inc are in RTL\WIN32 for me thea should be in RTL\WIN32\WININC or other include directory The same is in RTL\INC, here should be only *.inc files (I think so) Darek ___