mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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
This commit is contained in:
parent
95e09581c5
commit
1c7ed8b641
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user