Scons: remove extra CCFLAGS

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15243 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-10-04 17:29:23 +00:00
parent 23c2764c61
commit 46c15b2f7e

View File

@ -479,7 +479,6 @@ if use_vc:
else:
CCFLAGS_default.extend(['/wd4819', '/wd4996', '/nologo', '/MD'])
C_CCFLAGS.extend(['/wd4819', '/wd4996', '/nologo', '/MD'])
CCFLAGS_default.extend(['/wd4819', '/wd4996', '/nologo', '/MD'])
else:
if env.has_key('CXX') and env['CXX']:
env['CC'] = env.subst('$CXX')