summaryrefslogtreecommitdiff
path: root/packages/libxml
diff options
context:
space:
mode:
authorjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-04-26 15:15:45 +0000
committerjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-04-26 15:15:45 +0000
commit4ee21e7a4a6e33bf2399cbf9a0423d4177993787 (patch)
treeb76905cdc870bb95e9bb6967e6f07adac6993572 /packages/libxml
parentb9560477f830c03c21117580a7fa20d4da690944 (diff)
downloadfpc-4ee21e7a4a6e33bf2399cbf9a0423d4177993787.tar.gz
* fpmake.pp fixes
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15183 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/libxml')
-rw-r--r--packages/libxml/fpmake.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/libxml/fpmake.pp b/packages/libxml/fpmake.pp
index 900d1bf179..09bd1a90bf 100644
--- a/packages/libxml/fpmake.pp
+++ b/packages/libxml/fpmake.pp
@@ -30,7 +30,6 @@ begin
AddInclude('SAX2.inc');
AddInclude('xmlversion.inc');
AddInclude('globals.inc');
- AddInclude('xmlexports.inc');
AddInclude('nanoftp.inc');
AddInclude('SAX.inc');
AddInclude('uri.inc');
@@ -72,6 +71,9 @@ begin
AddInclude('schematron.inc');
end;
+ T:=P.Targets.AddUnit('xmlxsd.pas');
+ T.ResourceStrings := True;
+
P.ExamplePath.Add('examples');
P.Targets.AddExampleProgram('reader1.pas');
P.Targets.AddExampleProgram('io2.pas');