mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
forgot a file
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1214 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -12,6 +12,7 @@ files = [
|
|||||||
"DataReports.cpp",
|
"DataReports.cpp",
|
||||||
"EmuDefinitions.cpp",
|
"EmuDefinitions.cpp",
|
||||||
"EmuMain.cpp",
|
"EmuMain.cpp",
|
||||||
|
"EmuSubroutines.cpp",
|
||||||
"Encryption.cpp",
|
"Encryption.cpp",
|
||||||
"FillReport.cpp",
|
"FillReport.cpp",
|
||||||
"main.cpp",
|
"main.cpp",
|
||||||
@ -29,7 +30,7 @@ if wiimoteenv['osx64']:
|
|||||||
else:
|
else:
|
||||||
wiimoteenv.Append(
|
wiimoteenv.Append(
|
||||||
CXXFLAGS = [ '-fPIC' ],
|
CXXFLAGS = [ '-fPIC' ],
|
||||||
LIBS = [ 'common' ],
|
LIBS = [ 'common', 'wiiuse' ],
|
||||||
)
|
)
|
||||||
|
|
||||||
wiimoteenv.SharedLibrary(env['plugin_dir']+name, files)
|
wiimoteenv.SharedLibrary(env['plugin_dir']+name, files)
|
||||||
|
Reference in New Issue
Block a user