diff options
-rw-r--r-- | external/prj/build.lst | 1 | ||||
-rw-r--r-- | ooo.lst | 1 | ||||
-rw-r--r-- | tools/bootstrp/rscdep.cxx | 5 |
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 @@ -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(" " ); |