summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2011-12-02 11:32:12 +0000
committerAndre Fischer <af@apache.org>2011-12-02 11:32:12 +0000
commitd45a058076caa9ddbcde36038927bd9f50dc3624 (patch)
treeac9b2f9d1d1106d324325594212f0a16a3c64d97
parent9c1ca2c71a1d9763a703102e6e2696e540d7bfd7 (diff)
118595: Removed glibc because of license problems.
-rw-r--r--external/prj/build.lst1
-rw-r--r--ooo.lst1
-rw-r--r--tools/bootstrp/rscdep.cxx5
3 files changed, 5 insertions, 2 deletions
diff --git a/external/prj/build.lst b/external/prj/build.lst
index 8bcc6c10c07e..5620441ada2a 100644
--- a/external/prj/build.lst
+++ b/external/prj/build.lst
@@ -1,5 +1,4 @@
el external : soltools NULL
el external usr1 - all el_mkout NULL
-el external\glibc nmake - all el_glibc NULL
el external\gcc3_specific nmake - all el_gcc3 NULL
el external\mingwheaders nmake - w el_mingwheaders NULL
diff --git a/ooo.lst b/ooo.lst
index 04a04f08adea..da6c8580a942 100644
--- a/ooo.lst
+++ b/ooo.lst
@@ -61,6 +61,5 @@ c735eab2d659a96e5a594c9e8541ad63-zlib-1.2.5.tar.gz
# Temporary
http://hg.services.openoffice.org/binaries/
-4a660ce8466c9df01f19036435425c3a-glibc-2.1.3-stub.tar.gz
d70951c80dabecc2892c919ff5d07172-db-4.7.25.NC-custom.tar.gz
e0707ff896045731ff99e99799606441-README_db-4.7.25.NC-custom.txt
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx
index 1d818eca72c4..99d6f2eee36a 100644
--- a/tools/bootstrp/rscdep.cxx
+++ b/tools/bootstrp/rscdep.cxx
@@ -93,7 +93,9 @@ int main( int argc, char** argv )
strcpy( aBuf, (const char *)argv[i] );
const sal_Int32 nLength (strlen(aBuf));
+#ifdef DEBUG
printf("option %d is [%s] and has length %d\n", i, aBuf, (int)nLength);
+#endif
if (nLength == 0)
{
@@ -263,7 +265,10 @@ int main( int argc, char** argv )
for (sal_Int32 nIndex=0; nIndex<=nLastNonOption; ++nIndex)
{
+
+#ifdef DEBUG
printf("option at %d is [%s]\n", (int)nIndex, argv[nIndex]);
+#endif
if (!bSource )
{
aString += ByteString(" " );