From 1c7ed8b6413d4c14beb2a1ed8e8ac4ab851b9491 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Wed, 5 Sep 2007 22:10:10 +0000 Subject: [PATCH] fix scons again for GUI cleanup, remove unused variable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20084 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 3 --- development/scons/scons_manifest.py | 2 -- 2 files changed, 5 deletions(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 9e1b742875..a1db5b8030 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -427,11 +427,8 @@ if use_vc: CCFLAGS_required.append('/EHsc') if mode == 'debug': CCFLAGS_default.extend(['/wd4819', '/wd4996', '/nologo', '/MDd']) - # the flags are also needed in C mode (for intl lib) - C_CCFLAGS.extend(['/wd4819', '/wd4996', '/nologo', '/MDd']) else: CCFLAGS_default.extend(['/wd4819', '/wd4996', '/nologo', '/MD']) - C_CCFLAGS.extend(['/wd4819', '/wd4996', '/nologo', '/MD']) # for debug/release mode if env.has_key('optimization') and env['optimization'] is not None: diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 5d25a1d58f..2523f02842 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -861,7 +861,6 @@ src_frontends_qt4_header_files = Split(''' GuiCommandEdit.h GuiDelimiter.h GuiDialog.h - GuiDialogView.h GuiDocument.h GuiEmbeddedFiles.h GuiErrorList.h @@ -946,7 +945,6 @@ src_frontends_qt4_files = Split(''' GuiCommandEdit.cpp GuiDelimiter.cpp GuiDialog.cpp - GuiDialogView.cpp GuiDocument.cpp GuiEmbeddedFiles.cpp GuiErrorList.cpp -- 2.39.2