diff options
| author | Sonicadvance1 <sonicadvance1@gmail.com> | 2008-10-09 08:51:57 +0000 |
|---|---|---|
| committer | Sonicadvance1 <sonicadvance1@gmail.com> | 2008-10-09 08:51:57 +0000 |
| commit | e1eb51a01034348f3eeb94f2e951a1665b5c641b (patch) | |
| tree | 129c37e9191527adb7770cbeeb8f1fc26721b72d /Source/Plugins | |
| parent | c343b8b8bbd39b748fa4b17ace1027490de18e70 (diff) | |
Fix Building in Linux, removed the define for _T() in Common.h so now we can have wx headers after including Common.h. Also, InterlockedExchange isn't in Linux so I just made it assign the variable
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@809 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Plugins')
| -rw-r--r-- | Source/Plugins/Plugin_Wiimote_Test/Src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_Wiimote_Test/Src/SConscript b/Source/Plugins/Plugin_Wiimote_Test/Src/SConscript index 4e216304cd..c08754747c 100644 --- a/Source/Plugins/Plugin_Wiimote_Test/Src/SConscript +++ b/Source/Plugins/Plugin_Wiimote_Test/Src/SConscript @@ -9,7 +9,7 @@ else: output = "../../../../Binary/linux/Plugins/Plugin_Wiimote.so" files = [ - "Wiimote_Test.cpp", + "Wiimote.cpp", ] padenv = env.Clone() |
