mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 23:41:19 +01:00
775dc8a9c0
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"])
|