diff options
| author | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-04-15 20:26:03 +0000 |
|---|---|---|
| committer | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-04-15 20:26:03 +0000 |
| commit | 52d05e32940af386fc8bc4b91a5fae9bb98829f8 (patch) | |
| tree | ab289a1df3b211a8cbf2bf6ce775f1e895be68ea /packages/ptc | |
| parent | 760ba5847365999ebd16af130d4572cefda6ac0b (diff) | |
| download | fpc-52d05e32940af386fc8bc4b91a5fae9bb98829f8.tar.gz | |
Fixed fpmake.pp files:
* ExternalURL does not exist anymore
* Do not add dependencies on files in other packages, add a package dependency
on the package where the files are in instead
* Replaced the copy of fcl-base's fpmake.pp in fcl-extra with a real one
* Fixed some dependencies and file-names
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15148 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/ptc')
| -rw-r--r-- | packages/ptc/fpmake.pp | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/packages/ptc/fpmake.pp b/packages/ptc/fpmake.pp index 34a561a9fc..6decabff38 100644 --- a/packages/ptc/fpmake.pp +++ b/packages/ptc/fpmake.pp @@ -37,6 +37,9 @@ begin P.IncludePath.Add('src/wince',[wince]); P.IncludePath.Add('src/x11',AllUnixOSes); + P.Dependencies.Add('hermes'); + P.Dependencies.Add('x'); + T:=P.Targets.AddUnit('ptc.pp'); with T.Dependencies do begin @@ -95,16 +98,6 @@ begin AddInclude('x11dga2displayi.inc',allunixoses); AddInclude('x11consolei.inc',allunixoses); AddInclude('consolei.inc'); - AddUnit('hermes'); - AddUnit('x',AllUnixOSes); - AddUnit('xlib',AllUnixOSes); - AddUnit('xutil',AllUnixOSes); - AddUnit('xatom',AllUnixOSes); - AddUnit('keysym',AllUnixOSes); - AddUnit('xrandr',AllUnixOSes); - AddUnit('xf86vmode',AllUnixOSes); - AddUnit('xf86dga',AllUnixOSes); - AddUnit('xshm',AllUnixOSes); AddUnit('directdr',[Win32,win64]); AddUnit('p_gx',[Wince]); AddUnit('textfx2',[Go32v2]); |
