From 6c399b425ef26e11242348af6e4975946f6c2c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Sat, 6 Oct 2007 17:24:34 +0000 Subject: [PATCH] =?UTF-8?q?update=20SCons=20according=20to=20Andr=C3=A9's?= =?UTF-8?q?=20current=20controller=20merge=20state?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20792 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 42 ----------------------------- 1 file changed, 42 deletions(-) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 70e5c2da65..ae3b8bf504 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -714,41 +714,20 @@ src_frontends_extra_files = Split(''' src_frontends_controllers_header_files = Split(''' ButtonPolicy.h - ControlBibtex.h - ControlBox.h - ControlBranch.h - ControlChanges.h - ControlCharacter.h - ControlCitation.h ControlCommand.h ControlCommandBuffer.h ControlDocument.h - ControlEmbeddedFiles.h - ControlERT.h - ControlErrorList.h ControlExternal.h - ControlFloat.h ControlGraphics.h - ControlInclude.h - ControlListings.h - ControlLog.h ControlMath.h - ControlNote.h ControlParagraph.h ControlPrefs.h ControlPrint.h ControlSearch.h ControlSendto.h - ControlShowFile.h ControlSpellchecker.h - ControlTabular.h - ControlTabularCreate.h - ControlTexinfo.h ControlThesaurus.h ControlToc.h - ControlVSpace.h - ControlViewSource.h - ControlWrap.h Dialog.h frontend_helpers.h ''') @@ -756,41 +735,20 @@ src_frontends_controllers_header_files = Split(''' src_frontends_controllers_files = Split(''' ButtonPolicy.cpp - ControlBibtex.cpp - ControlBox.cpp - ControlBranch.cpp - ControlChanges.cpp - ControlCharacter.cpp - ControlCitation.cpp ControlCommand.cpp ControlCommandBuffer.cpp ControlDocument.cpp - ControlEmbeddedFiles.cpp - ControlERT.cpp - ControlErrorList.cpp ControlExternal.cpp - ControlFloat.cpp ControlGraphics.cpp - ControlInclude.cpp - ControlListings.cpp - ControlLog.cpp ControlMath.cpp - ControlNote.cpp ControlParagraph.cpp ControlPrefs.cpp ControlPrint.cpp ControlSearch.cpp ControlSendto.cpp - ControlShowFile.cpp ControlSpellchecker.cpp - ControlTabular.cpp - ControlTabularCreate.cpp - ControlTexinfo.cpp ControlThesaurus.cpp ControlToc.cpp - ControlVSpace.cpp - ControlViewSource.cpp - ControlWrap.cpp Dialog.cpp frontend_helpers.cpp ''')