[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/unity/WebKit/WebCore
From:       Simon Hausmann <hausmann () kde ! org>
Date:       2006-07-19 6:42:22
Message-ID: 1153291342.065348.25115.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 564033 by hausmann:

- make the gperf generation work


 M  +4 -3      webcore.pri  


--- branches/work/unity/WebKit/WebCore/webcore.pri #564032:564033
@@ -177,7 +177,7 @@
 HTMLNAMES += $$PWD/html/HTMLTagNames.in
 
 entities.output = tmp/HTMLEntityNames.c
-entities.commands = gperf -a -L ANSI-C -C -G -c -o -t -k '*' -N findEntity -D -s 2 < \
$$PWD/html/HTMLEntityNames.gperf >> tmp/HTMLEntityNames.c +entities.commands = gperf \
-a -L ANSI-C -C -G -c -o -t -k '\*' -N findEntity -D -s 2 < \
$$PWD/html/HTMLEntityNames.gperf >> tmp/HTMLEntityNames.c  entities.input = ENTITIES
 entities.dependency_type = TYPE_C
 entities.CONFIG = target_predeps no_link
@@ -185,14 +185,14 @@
 ENTITIES += $$PWD/html/HTMLEntityNames.gperf
 
 doctypestrings.output = tmp/DocTypeStrings.cpp
-doctypestrings.commands = echo \#include <string.h> > ${QMAKE_FILE_OUT} && gperf \
-CEot -L ANSI-C -k \"*\" -N findDoctypeEntry -F \
,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards < ${QMAKE_FILE_NAME} >> \
${QMAKE_FILE_OUT}/DocTypeStrings.cpp +doctypestrings.commands = echo \#include \
<string.h> > ${QMAKE_FILE_OUT} && gperf -CEot -L ANSI-C -k \'*\' -N findDoctypeEntry \
-F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards < ${QMAKE_FILE_NAME} >> \
${QMAKE_FILE_OUT}/DocTypeStrings.cpp  doctypestrings.input = DOCTYPESTR
 doctypestrings.CONFIG = target_predeps no_link
 QMAKE_EXTRA_COMPILERS += doctypestrings
 DOCTYPESTR += $$PWD/html/DocTypeStrings.gperf
 
 colordata.output = tmp/ColorData.c
-colordata.commands = echo '\#include <string.h>' > ${QMAKE_FILE_OUT} && gperf -CDEot \
-L ANSI-C -k \"*\" -N findColor -D -s 2 < ${QMAKE_FILE_NAME} >> ${QMAKE_FILE_OUT} \
+colordata.commands = echo '\#include <string.h>' > ${QMAKE_FILE_OUT} && gperf -CDEot \
-L ANSI-C -k \'*\' -N findColor -D -s 2 < ${QMAKE_FILE_NAME} >> ${QMAKE_FILE_OUT}  \
colordata.input = COLORDAT  colordata.CONFIG = target_predeps no_link
 QMAKE_EXTRA_COMPILERS += colordata
@@ -640,3 +640,4 @@
 
 CONFIG += link_pkgconfig
 PKGCONFIG += libxml-2.0
+


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic