|
@@ -54,19 +54,22 @@ interface
|
|
type
|
|
type
|
|
TTarget=(
|
|
TTarget=(
|
|
t_linux,t_go32v2,t_win32,t_os2,t_freebsd,t_beos,t_netbsd,
|
|
t_linux,t_go32v2,t_win32,t_os2,t_freebsd,t_beos,t_netbsd,
|
|
- t_amiga,t_atari, t_sunos, t_qnx, t_netware, t_openbsd,t_wdosx
|
|
|
|
|
|
+ t_amiga,t_atari, t_sunos, t_qnx, t_netware, t_openbsd,t_wdosx,
|
|
|
|
+ t_palmos
|
|
);
|
|
);
|
|
TTargetSet=set of TTarget;
|
|
TTargetSet=set of TTarget;
|
|
|
|
|
|
const
|
|
const
|
|
TargetStr : array[TTarget] of string=(
|
|
TargetStr : array[TTarget] of string=(
|
|
'linux','go32v2','win32','os2','freebsd','beos','netbsd',
|
|
'linux','go32v2','win32','os2','freebsd','beos','netbsd',
|
|
- 'amiga','atari','sunos', 'qnx', 'netware','openbsd','wdosx'
|
|
|
|
|
|
+ 'amiga','atari','sunos', 'qnx', 'netware','openbsd','wdosx',
|
|
|
|
+ 'palmos'
|
|
);
|
|
);
|
|
|
|
|
|
TargetSuffix : array[TTarget] of string=(
|
|
TargetSuffix : array[TTarget] of string=(
|
|
'_linux','_go32v2','_win32','_os2','_freebsd','_beos','_netbsd',
|
|
'_linux','_go32v2','_win32','_os2','_freebsd','_beos','_netbsd',
|
|
- '_amiga','_atari','_sunos', '_qnx', '_netware','_openbsd','_wdosx'
|
|
|
|
|
|
+ '_amiga','_atari','_sunos', '_qnx', '_netware','_openbsd','_wdosx',
|
|
|
|
+ '_palmos'
|
|
);
|
|
);
|
|
|
|
|
|
|
|
|
|
@@ -1483,7 +1486,10 @@ implementation
|
|
end.
|
|
end.
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.27 2002-10-07 18:41:02 peter
|
|
|
|
|
|
+ Revision 1.28 2003-01-13 11:54:02 pierre
|
|
|
|
+ + palmos target added
|
|
|
|
+
|
|
|
|
+ Revision 1.27 2002/10/07 18:41:02 peter
|
|
* support mainpackage/subpackage. This allows to use things like
|
|
* support mainpackage/subpackage. This allows to use things like
|
|
gnome1/gconf as required package
|
|
gnome1/gconf as required package
|
|
|
|
|