[DUG] system.pas

JeremyN at frontiersoftware.com.au JeremyN at frontiersoftware.com.au
Thu Aug 11 12:02:58 NZST 2005


System.pas is special as it contains compiler magic functions. You can
rebuild system.pas but you need to use the command line compiler with the -y
option.

There is a makefile in the RTL source folder.

HTH,
Jeremy 

-----Original Message-----
From: Leigh Wanstead [mailto:leighw at softtech.co.nz] 
Sent: 11 August 2005 9:13 AM
To: delphi at ns3.123.co.nz
Subject: [DUG] system.pas

Hello everyone,

My understanding is that you can put any delphi units in your working
directory and make modification to it and Delphi will pickup the modified
version and use it instead of using the original one. But why I can't do it
against system.pas even I put that unit in my project manager and Delphi
happily accept it? But no reflection about the change I made to this unit?
Anyone has any experience on it?


More information about the Delphi mailing list