ooo-build r12282 - in trunk: . bin



Author: tml
Date: Tue Apr 22 12:22:58 2008
New Revision: 12282
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12282&view=rev

Log:
2008-04-22  Tor Lillqvist  <tml novell com>

	* bin/unpack: Remove the unpacking of the ODMA SDK which has been
	commented out for a long time already.



Modified:
   trunk/ChangeLog
   trunk/bin/unpack

Modified: trunk/bin/unpack
==============================================================================
--- trunk/bin/unpack	(original)
+++ trunk/bin/unpack	Tue Apr 22 12:22:58 2008
@@ -173,29 +173,6 @@
     echo "Removing CRs from a couple of files"
     dos2unix $SRCDIR/../patches/src680/build-java-target.diff
 
-# FIXME: add check for system bits ...
-
-    # ODMA SDK
-	echo "ODMA SDK disabled for now."
-#    cd $BUILDDIR;
-#    DEST=$OOBUILDDIR/ucb/source/ucp/odma
-#    if test -f $DEST/ODMA.H; then
-#	echo "Already have ODMA SDK";
-#    else
-#	$echo_n "Extracting ODMA SDK $echo_c"
-#	unzip -o $ODMA_SRC
-#	TARGET=Odma20.exe
-#	if test -f $TARGET; then
-#	    mkdir -p $DEST
-#	    cd $DEST
-#	    unzip -o $BUILDDIR/$TARGET
-#	    echo "done";
-#	else
-#	    echo "failed";
-#	    exit 1;
-#	fi
-#    fi
-
     # gdiplus.dll
     cd $BUILDDIR;
     if test -f $OOBUILDDIR/external/gdiplus/gdiplus.dll; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]