mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-29 21:38:02 +03:00
11 lines
198 B
Text
11 lines
198 B
Text
![]() |
Import('env')
|
||
|
|
||
|
files = ["BPMemory.cpp",
|
||
|
"CPMemory.cpp",
|
||
|
"LookUpTables.cpp",
|
||
|
"XFMemory.cpp",
|
||
|
]
|
||
|
|
||
|
env_common = env.Copy(CXXFLAGS = " -fPIC ")
|
||
|
env_common.StaticLibrary("videocommon", files)
|