mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 21:53:31 +01:00
![hrydgard](/assets/img/avatar_default.png)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4 8ced0084-cf51-0410-be5f-012b33b47a6e
6 lines
147 B
Python
6 lines
147 B
Python
Import('env')
|
|
output = "../../../../Binary/linux/Plugins/padsimple.so"
|
|
files = ["main.cpp",
|
|
]
|
|
env.SharedLibrary(output, files, LIBS=["common"])
|