mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
added HAVE_SFML so the code compiles without it
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3221 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
176d528719
commit
b9cdcb1819
5 changed files with 27 additions and 21 deletions
|
@ -43,7 +43,13 @@ if wxenv['HAVE_WX']:
|
|||
],
|
||||
|
||||
libs = [ 'debwx' ] + libs
|
||||
|
||||
if wxenv['HAVE_SFML']:
|
||||
files += [
|
||||
'NetEvent.cpp',
|
||||
'NetFunctions.cpp',
|
||||
'NetSockets.cpp',
|
||||
'NetWindow.cpp',
|
||||
]
|
||||
|
||||
if wxenv['HAVE_COCOA']:
|
||||
files += [ 'cocoaApp.m', ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue