forgot a file

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1214 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-11-19 10:32:11 +00:00
parent ec19b6b024
commit 2e332c1094

View file

@ -12,6 +12,7 @@ files = [
"DataReports.cpp",
"EmuDefinitions.cpp",
"EmuMain.cpp",
"EmuSubroutines.cpp",
"Encryption.cpp",
"FillReport.cpp",
"main.cpp",
@ -29,7 +30,7 @@ if wiimoteenv['osx64']:
else:
wiimoteenv.Append(
CXXFLAGS = [ '-fPIC' ],
LIBS = [ 'common' ],
LIBS = [ 'common', 'wiiuse' ],
)
wiimoteenv.SharedLibrary(env['plugin_dir']+name, files)