mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Remove scons-related files
This commit is contained in:
18
Externals/Bochs_disasm/SConscript
vendored
18
Externals/Bochs_disasm/SConscript
vendored
@ -1,18 +0,0 @@
|
||||
# -*- python -*-
|
||||
|
||||
Import('env')
|
||||
import sys
|
||||
|
||||
files = [
|
||||
'PowerPCDisasm.cpp',
|
||||
'dis_decode.cpp',
|
||||
'dis_groups.cpp',
|
||||
'resolve.cpp',
|
||||
'syntax.cpp',
|
||||
]
|
||||
|
||||
if sys.platform == 'win32':
|
||||
files += ['stdafx.cpp']
|
||||
|
||||
env['CPPPATH'] += ['#Externals/Bochs_disasm']
|
||||
env['LIBS'] += env.StaticLibrary('bdisasm', files)
|
Reference in New Issue
Block a user