dolphin/Externals/Bochs_disasm
LPFaint99 f4ba5b3589 Some scons updates,
windows scons will build if dirs = 
    'Externals/Bochs_disasm',
    'Externals/LZO',
    'Externals/WiiUseSrc/Src', 
    #'Source/Core/Common/Src',
    #'Source/Core/Core/Src',
   # 'Source/Core/DiscIO/Src',
   # 'Source/Core/VideoCommon/Src',
    #'Source/Core/InputCommon/Src',
    'Source/Plugins/Plugin_VideoOGL/Src',
    #'Source/Plugins/Plugin_DSP_HLE/Src',
    'Source/Plugins/Plugin_DSP_LLE/Src',
    'Source/Plugins/Plugin_PadSimple/Src',
    'Source/Plugins/Plugin_PadSimpleEvnt/Src',
   # 'Source/Plugins/Plugin_nJoy_SDL/Src',
    #'Source/Plugins/Plugin_nJoy_Testing/Src',
    #'Source/Plugins/Plugin_Wiimote/Src',
   # 'Source/Core/DolphinWX/Src',
    'Source/Core/DebuggerWX/Src',

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2627 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-09 00:36:59 +00:00
..
Bochs_disasm.vcproj Fix a number of bugs in the ppc disassembler, causing valid instructions to show up as (ill). Also fix some broken indentation. Plus a panicalert for illegal instructions in ppctables. Remove some deprecated compiler flags. 2008-12-14 11:57:35 +00:00
Bochs_disasm_2008.vcproj VS2008 project files. 2008-07-16 22:19:06 +00:00
PowerPCDisasm.cpp misc debugger improvements - hle:d code can be read in disasm window, memview can show floating point values, a crash fix, the locked cache now shows up in memview, some disasm bugfixes (frsp) 2009-01-21 11:44:36 +00:00
PowerPCDisasm.h make all disassembler calls threadsafe .. hopefully. 2008-12-09 21:24:12 +00:00
SConscript Some scons updates, 2009-03-09 00:36:59 +00:00
config.h set svn:eol-style=native for Externals/**.h 2008-12-08 04:36:27 +00:00
dis_decode.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
dis_groups.cpp Turned on Warnings as Errors for all vcprojs. Fixed almost all of the warnings in win32. Added many SVN Ignore settings. 2008-08-23 15:28:24 +00:00
dis_tables.h Initial megacommit. 2008-07-12 17:40:22 +00:00
dis_tables.inl Initial megacommit. 2008-07-12 17:40:22 +00:00
disasm.h Initial megacommit. 2008-07-12 17:40:22 +00:00
opcodes.inl Initial megacommit. 2008-07-12 17:40:22 +00:00
resolve.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00
stdafx.cpp set svn:eol-style=native for Externals/**.cpp 2008-12-08 05:17:03 +00:00
stdafx.h set svn:eol-style=native for Externals/**.h 2008-12-08 04:36:27 +00:00
syntax.cpp Initial megacommit. 2008-07-12 17:40:22 +00:00