mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Linux compile fix for billard's changes.
(Had to do it myself since glen is now a windows person :P) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5356 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d8906d2a0c
commit
379c469343
7 changed files with 64 additions and 25 deletions
15
Source/Core/InputPluginCommon/Src/SConscript
Normal file
15
Source/Core/InputPluginCommon/Src/SConscript
Normal file
|
@ -0,0 +1,15 @@
|
|||
# -*- python -*-
|
||||
|
||||
Import('env')
|
||||
|
||||
files = [
|
||||
'Config.cpp',
|
||||
'ConfigDiagBitmaps.cpp',
|
||||
'ConfigDiag.cpp',
|
||||
'ControllerEmu.cpp',
|
||||
'IniFile.cpp',
|
||||
]
|
||||
|
||||
env_inputpc = env.Clone()
|
||||
env_inputpc.Append(CXXFLAGS = [ '-fPIC' ])
|
||||
env_inputpc.StaticLibrary(env['local_libs'] + "inputplugincommon", files)
|
Loading…
Add table
Add a link
Reference in a new issue