summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-10 16:00:44 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-10 16:21:42 +0200
commitc56013e97b7b5cf7a09a3ff99e0c172450dcb5a5 (patch)
treec4eaa9994d4672acd3d1129eb06acef020b7aa9e /scp2/source
parentfb61a9c3fc491996cb1e96e579ef72d4d4d0f2a2 (diff)
API CHANGE: odk: remove "store" and "reg" libraries
These libraries were never part of the stable URE interface, and thus including their headers and import libs in the SDK was a mistake. Apparently at least on MacOSX and some Linux distros it was not possible to link against the libraries anyway. Change-Id: I3c43c86ff5d7bc316ed7af0be4ef313f7869ac23
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/sdkoo/module_sdkoo.scp4
-rw-r--r--scp2/source/sdkoo/sdkoo.scp14
2 files changed, 1 insertions, 17 deletions
diff --git a/scp2/source/sdkoo/module_sdkoo.scp b/scp2/source/sdkoo/module_sdkoo.scp
index 5adfdf8e7f2d..d496611d5063 100644
--- a/scp2/source/sdkoo/module_sdkoo.scp
+++ b/scp2/source/sdkoo/module_sdkoo.scp
@@ -40,7 +40,5 @@ Module gid_Module_Optional_Sdkoo
gid_File_Zip_Odkheaders_sal,
gid_File_Zip_Odkheaders_salhelper,
gid_File_Zip_Odkheaders_cppu,
- gid_File_Zip_Odkheaders_cppuhelper,
- gid_File_Zip_Odkheaders_store,
- gid_File_Zip_Odkheaders_registry);
+ gid_File_Zip_Odkheaders_cppuhelper);
End
diff --git a/scp2/source/sdkoo/sdkoo.scp b/scp2/source/sdkoo/sdkoo.scp
index 70ea8fe0c85f..ff64264f4dac 100644
--- a/scp2/source/sdkoo/sdkoo.scp
+++ b/scp2/source/sdkoo/sdkoo.scp
@@ -180,20 +180,6 @@ File gid_File_Zip_Odkheaders_cppuhelper
Styles = (ARCHIVE,USE_INTERNAL_RIGHTS);
End
-File gid_File_Zip_Odkheaders_store
- TXT_FILE_BODY;
- Dir = gid_Dir_Basis_Sdk;
- Name = "store_odk_headers.zip";
- Styles = (ARCHIVE,USE_INTERNAL_RIGHTS);
-End
-
-File gid_File_Zip_Odkheaders_registry
- TXT_FILE_BODY;
- Dir = gid_Dir_Basis_Sdk;
- Name = "registry_odk_headers.zip";
- Styles = (ARCHIVE,USE_INTERNAL_RIGHTS);
-End
-
#if (!defined(WNT) && !defined( MACOSX) )
Directory gid_Dir_Lib_Sdk
Styles = (CREATE);