use gperf for TokenMap
This commit is contained in:
parent
45bb046f02
commit
fdc40fa556
1 changed files with 4 additions and 0 deletions
|
@ -3,5 +3,9 @@ xalan -xsl modelpreprocess.xsl -in model.xml > model_processed.xml
|
||||||
xalan -xsl resourcestokens.xsl -in model_processed.xml > OOXMLtokens.hxx
|
xalan -xsl resourcestokens.xsl -in model_processed.xml > OOXMLtokens.hxx
|
||||||
xalan -xsl resources.xsl -in model_processed.xml > OOXMLresources.hxx
|
xalan -xsl resources.xsl -in model_processed.xml > OOXMLresources.hxx
|
||||||
xalan -xsl resourcesimpl.xsl -in model_processed.xml > OOXMLresources.cxx
|
xalan -xsl resourcesimpl.xsl -in model_processed.xml > OOXMLresources.cxx
|
||||||
|
xalan -xsl tokenmapinit.xsl -in model_processed.xml > TokenMapInit.cxx
|
||||||
|
xalan -xsl valuesimpl.xsl -in model_processed.xml > OOXMLvalues.cxx
|
||||||
xalan -xsl qnametostr.xsl -in model_processed.xml > qnametostr.tmp
|
xalan -xsl qnametostr.xsl -in model_processed.xml > qnametostr.tmp
|
||||||
xalan -xsl resourceids.xsl -in model_processed.xml > ../../inc/ooxml/resourceids.hxx
|
xalan -xsl resourceids.xsl -in model_processed.xml > ../../inc/ooxml/resourceids.hxx
|
||||||
|
xalan -xsl gperfattributes.xsl -in model_processed.xml | gperf -t -E -S1 -LC++ > gperfattributes.hxx
|
||||||
|
xalan -xsl gperfelements.xsl -in model_processed.xml | gperf -t -E -S1 -LC++ > gperfelements.hxx
|
||||||
|
|
Loading…
Reference in a new issue