diff options
| author | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-11-18 23:16:57 +0000 |
|---|---|---|
| committer | peter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-11-18 23:16:57 +0000 |
| commit | 28f4e477aecbe7bb387b69aaab52b49e87dd6c19 (patch) | |
| tree | db91932ee2ea52023b0b59e41ba9b15acbfc0a1d /packages/ptc | |
| parent | a3d1127d28a1aeff134b5d27c6fff197e5cf3a6b (diff) | |
| download | fpc-28f4e477aecbe7bb387b69aaab52b49e87dd6c19.tar.gz | |
* fix archiving
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12168 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/ptc')
| -rw-r--r-- | packages/ptc/fpmake.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ptc/fpmake.pp b/packages/ptc/fpmake.pp index 1ea24095d8..34a561a9fc 100644 --- a/packages/ptc/fpmake.pp +++ b/packages/ptc/fpmake.pp @@ -40,7 +40,6 @@ begin T:=P.Targets.AddUnit('ptc.pp'); with T.Dependencies do begin - AddInclude('extensions.inc'); AddInclude('coreinterface.inc'); AddInclude('aread.inc'); AddInclude('colord.inc'); @@ -77,7 +76,8 @@ begin AddInclude('baseconsolei.inc'); AddInclude('surfacei.inc'); AddInclude('timeri.inc'); - AddInclude('includes.inc'); + AddInclude('includes.inc',allunixoses+[WinCE]); + AddInclude('extensions.inc',allunixoses); AddInclude('x11modesd.inc',allunixoses); AddInclude('x11imaged.inc',allunixoses); AddInclude('x11displayd.inc',allunixoses); |
