Removed libcwiid from the WiiMote plugin. I will rewrite it later once Wii actually works using low level Bluetooth lib since Bluetooth has a STANDARD LIBRARY

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@655 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Sonicadvance1
2008-09-24 06:31:03 +00:00
parent 6312ccbc30
commit b91a8ef455
2 changed files with 5 additions and 141 deletions

View File

@ -15,7 +15,7 @@ files = [
padenv = env.Clone()
padenv.Append(
CXXFLAGS = [ '-fPIC' ],
LIBS = [ 'common', 'cwiid' ],
LIBS = [ 'common' ],
)
padenv.SharedLibrary(output, files)