[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

bweinstein at apple.com bweinstein at apple.com
Thu Apr 8 00:33:01 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 700914997b206c4531114f7f20f45887af0c5543
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 11 19:33:28 2009 +0000

    Copy QuartzCore header file into Include/JavaScriptCore so Platform.h can find it.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52010 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/build-generated-files.sh b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/build-generated-files.sh
index 2d460c6..6aa3d2c 100755
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/build-generated-files.sh
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/build-generated-files.sh
@@ -3,9 +3,9 @@
 # Determine if we have QuartzCore so we can turn on
 if [ -f ${WEBKITLIBRARIESDIR}/include/QuartzCore/QuartzCore.h ]
 then
-	echo "#define QUARTZCORE_PRESENT 1" > ${WEBKITOUTPUTDIR}/Include/QuartzCorePresent.h
+	echo "#define QUARTZCORE_PRESENT 1" > ${WEBKITOUTPUTDIR}/Include/JavaScriptCore/QuartzCorePresent.h
 else
-	echo "#define QUARTZCORE_PRESENT 0" > ${WEBKITOUTPUTDIR}/Include/QuartzCorePresent.h
+	echo "#define QUARTZCORE_PRESENT 0" > ${WEBKITOUTPUTDIR}/Include/JavaScriptCore/QuartzCorePresent.h
 fi
 
 NUMCPUS=`../../../WebKitTools/Scripts/num-cpus`

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list