mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-02 14:18:51 +00:00
moving around some event handler code
creating inputcommon git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1766 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b7f1e937bb
commit
90560511c9
11 changed files with 33 additions and 23 deletions
|
@ -51,6 +51,7 @@ include_paths = [
|
|||
'../../../../Externals/LZO',
|
||||
'../../../../Externals/WiiUseSrc/Src',
|
||||
'../../../Core/VideoCommon/Src',
|
||||
'../../../Core/InputCommon/Src',
|
||||
]
|
||||
|
||||
dirs = [
|
||||
|
@ -61,6 +62,7 @@ dirs = [
|
|||
'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',
|
||||
|
@ -311,9 +313,9 @@ env['libs_dir'] = env['prefix'] + 'Libs/'
|
|||
#TODO where should this go?
|
||||
env['data_dir'] = env['prefix']
|
||||
|
||||
env['RPATH'] += env['libs_dir']
|
||||
env['RPATH'].append(env['libs_dir'])
|
||||
|
||||
env['LIBPATH'] += [ env['libs_dir'] ]
|
||||
env['LIBPATH'].append(env['libs_dir'])
|
||||
|
||||
|
||||
rev = utils.GenerateRevFile(env['flavor'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue