From 832a616cb0b5287ae030d4834fdd8e705a897a9f Mon Sep 17 00:00:00 2001 From: "j4ck.fr0st" Date: Tue, 19 Jan 2010 20:21:17 +0000 Subject: [PATCH] removed now obsolete build configurations Release_JITIL from vcproj and jittest from scons git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4896 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 8 +- Source/Core/Core/Core.vcproj | 142 +-------------- .../Core/Src/PowerPC/Jit64IL/JitIL_Tables.cpp | 9 - Source/Core/DolphinWX/DolphinWX.vcproj | 168 +----------------- 4 files changed, 3 insertions(+), 324 deletions(-) diff --git a/SConstruct b/SConstruct index 9bc0db6d54..34bb3d892f 100644 --- a/SConstruct +++ b/SConstruct @@ -109,9 +109,8 @@ vars.AddVariables( BoolVariable('openal', 'Build with OpenAL', False), BoolVariable('noao', 'Build without AO', False), BoolVariable('wxgl', 'Set For Building with WX GL libs (WIP)', False), - BoolVariable('jittest', 'temp don\'t use (WIP)', False), BoolVariable('opencl', 'Build with OpenCL', False), - BoolVariable('nojit', 'Remove entire jit cores', False), + BoolVariable('nojit', 'Remove entire jit cores', False), EnumVariable('flavor', 'Choose a build flavor', 'release', allowed_values = ('release', 'devel', 'debug', 'fastlog', 'prof'), ignorecase = 2 @@ -309,15 +308,10 @@ if env['nowx']: else: env['HAVE_WX'] = conf.CheckWXConfig('2.8', wxmods, 0) -env['JITTEST'] = 0 -if env['jittest']: - env['JITTEST'] = 1 - env['NOJIT'] = 0 if env['nojit']: env['NOJIT'] = 1 -conf.Define('JITTEST', env['JITTEST']) conf.Define('NOJIT', env['NOJIT']) # Creating config.h defines diff --git a/Source/Core/Core/Core.vcproj b/Source/Core/Core/Core.vcproj index 2dfc782325..7732da0d93 100644 --- a/Source/Core/Core/Core.vcproj +++ b/Source/Core/Core/Core.vcproj @@ -1,7 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1621,14 +1489,6 @@ UsePrecompiledHeader="1" /> - - - - - - - - - - - - - - - - - - - - - - @@ -1089,15 +975,6 @@ ForcedIncludeFiles="$(NOINHERIT)" /> - - - - - - - - - - - - - - - - - -