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/xforms | |
| 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/xforms')
| -rw-r--r-- | packages/xforms/fpmake.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/xforms/fpmake.pp b/packages/xforms/fpmake.pp index 8b92fe7c10..a6174bd63e 100644 --- a/packages/xforms/fpmake.pp +++ b/packages/xforms/fpmake.pp @@ -25,8 +25,6 @@ begin with T.Dependencies do begin AddInclude('cursorfont.inc'); - AddUnit('xlib'); - AddUnit('xresource'); end; |
