update SCons according to André's current controller merge state

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20792 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-10-06 17:24:34 +00:00
parent 6d08fba6e5
commit 6c399b425e

View File

@ -714,41 +714,20 @@ src_frontends_extra_files = Split('''
src_frontends_controllers_header_files = Split(''' src_frontends_controllers_header_files = Split('''
ButtonPolicy.h ButtonPolicy.h
ControlBibtex.h
ControlBox.h
ControlBranch.h
ControlChanges.h
ControlCharacter.h
ControlCitation.h
ControlCommand.h ControlCommand.h
ControlCommandBuffer.h ControlCommandBuffer.h
ControlDocument.h ControlDocument.h
ControlEmbeddedFiles.h
ControlERT.h
ControlErrorList.h
ControlExternal.h ControlExternal.h
ControlFloat.h
ControlGraphics.h ControlGraphics.h
ControlInclude.h
ControlListings.h
ControlLog.h
ControlMath.h ControlMath.h
ControlNote.h
ControlParagraph.h ControlParagraph.h
ControlPrefs.h ControlPrefs.h
ControlPrint.h ControlPrint.h
ControlSearch.h ControlSearch.h
ControlSendto.h ControlSendto.h
ControlShowFile.h
ControlSpellchecker.h ControlSpellchecker.h
ControlTabular.h
ControlTabularCreate.h
ControlTexinfo.h
ControlThesaurus.h ControlThesaurus.h
ControlToc.h ControlToc.h
ControlVSpace.h
ControlViewSource.h
ControlWrap.h
Dialog.h Dialog.h
frontend_helpers.h frontend_helpers.h
''') ''')
@ -756,41 +735,20 @@ src_frontends_controllers_header_files = Split('''
src_frontends_controllers_files = Split(''' src_frontends_controllers_files = Split('''
ButtonPolicy.cpp ButtonPolicy.cpp
ControlBibtex.cpp
ControlBox.cpp
ControlBranch.cpp
ControlChanges.cpp
ControlCharacter.cpp
ControlCitation.cpp
ControlCommand.cpp ControlCommand.cpp
ControlCommandBuffer.cpp ControlCommandBuffer.cpp
ControlDocument.cpp ControlDocument.cpp
ControlEmbeddedFiles.cpp
ControlERT.cpp
ControlErrorList.cpp
ControlExternal.cpp ControlExternal.cpp
ControlFloat.cpp
ControlGraphics.cpp ControlGraphics.cpp
ControlInclude.cpp
ControlListings.cpp
ControlLog.cpp
ControlMath.cpp ControlMath.cpp
ControlNote.cpp
ControlParagraph.cpp ControlParagraph.cpp
ControlPrefs.cpp ControlPrefs.cpp
ControlPrint.cpp ControlPrint.cpp
ControlSearch.cpp ControlSearch.cpp
ControlSendto.cpp ControlSendto.cpp
ControlShowFile.cpp
ControlSpellchecker.cpp ControlSpellchecker.cpp
ControlTabular.cpp
ControlTabularCreate.cpp
ControlTexinfo.cpp
ControlThesaurus.cpp ControlThesaurus.cpp
ControlToc.cpp ControlToc.cpp
ControlVSpace.cpp
ControlViewSource.cpp
ControlWrap.cpp
Dialog.cpp Dialog.cpp
frontend_helpers.cpp frontend_helpers.cpp
''') ''')