diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-13 16:10:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-13 16:27:18 +0200 |
commit | 370e3b6d6031aba675b66ed7495505f605c41779 (patch) | |
tree | 42f05f66d82e89e10c567b5a1ddd30dc66d27833 /redland | |
parent | d04e30c94a0d041ecd3d68b5fcf7e7c9ba1df735 (diff) |
Revert "change redland dllnames on windows too"
This reverts commit 6bc4d28845db8d63faeaa9eac4ce7364f37e4d2e.
Diffstat (limited to 'redland')
-rw-r--r-- | redland/raptor/raptor-1.4.18.patch.dmake | 2 | ||||
-rw-r--r-- | redland/rasqal/rasqal-0.9.16.patch.dmake | 2 | ||||
-rw-r--r-- | redland/redland/redland-1.0.8.patch.dmake | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/redland/raptor/raptor-1.4.18.patch.dmake b/redland/raptor/raptor-1.4.18.patch.dmake index c81ed838be8c..b0172754d8f1 100644 --- a/redland/raptor/raptor-1.4.18.patch.dmake +++ b/redland/raptor/raptor-1.4.18.patch.dmake @@ -104,7 +104,7 @@ +SHL1USE_EXPORTS=name + +#SHL1TARGET= $(TARGET)$(DLLPOSTFIX) -+SHL1TARGET= $(TARGET)-lo ++SHL1TARGET= $(TARGET) +SHL1IMPLIB= lib$(TARGET) + +#SHL1VERSIONMAP=../service/exports.map diff --git a/redland/rasqal/rasqal-0.9.16.patch.dmake b/redland/rasqal/rasqal-0.9.16.patch.dmake index 9d36867f2a1a..6795eb95c43d 100644 --- a/redland/rasqal/rasqal-0.9.16.patch.dmake +++ b/redland/rasqal/rasqal-0.9.16.patch.dmake @@ -78,7 +78,7 @@ +SHL1USE_EXPORTS=name + +#SHL1TARGET= $(TARGET)$(DLLPOSTFIX) -+SHL1TARGET= $(TARGET)-lo ++SHL1TARGET= $(TARGET) +SHL1IMPLIB= lib$(TARGET) + +#SHL1VERSIONMAP=../service/exports.map diff --git a/redland/redland/redland-1.0.8.patch.dmake b/redland/redland/redland-1.0.8.patch.dmake index 2611fb1eadba..34ba51d1c29a 100644 --- a/redland/redland/redland-1.0.8.patch.dmake +++ b/redland/redland/redland-1.0.8.patch.dmake @@ -92,7 +92,7 @@ +SHL1OBJS= $(SLOFILES) + +#SHL1TARGET= $(TARGET)$(DLLPOSTFIX) -+SHL1TARGET= $(TARGET)-lo ++SHL1TARGET= $(TARGET) +SHL1IMPLIB= $(TARGET) +SHL1USE_EXPORTS=name + |