mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:38:14 +02:00
* unit ptckvm renamed PTC.KVM if dotted units are used
This commit is contained in:
parent
b1b623232a
commit
dfcdb1e742
@ -31,6 +31,8 @@ begin
|
||||
|
||||
T:=P.Targets.AddUnit('ptckvm.pas');
|
||||
|
||||
P.NamespaceMap:='namespaces.lst';
|
||||
|
||||
{$ifndef ALLPACKAGES}
|
||||
Run;
|
||||
end;
|
||||
|
3
packages/ptckvm/namespaced/PTC.KVM.pas
Normal file
3
packages/ptckvm/namespaced/PTC.KVM.pas
Normal file
@ -0,0 +1,3 @@
|
||||
unit PTC.KVM;
|
||||
{$DEFINE FPC_DOTTEDUNITS}
|
||||
{$i ptckvm.pas}
|
3
packages/ptckvm/namespaces.lst
Normal file
3
packages/ptckvm/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
||||
src/ptckvm.pas=namespaced/PTC.KVM.pas
|
||||
{s*:src/}=namespaced/
|
||||
{i+:src/}
|
@ -30,7 +30,9 @@
|
||||
Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1335, USA.
|
||||
}
|
||||
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit ptckvm;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user