diff options
author | 2010-12-29 23:22:14 +0000 | |
---|---|---|
committer | 2010-12-29 23:22:14 +0000 | |
commit | cc3820bc03f987e1c569ac63db55a8a0c50d74b4 (patch) | |
tree | df8fe883fb43a4b0be3df2f571ab2c88246d24eb /src | |
parent | aff7fb91c2c9ab492f32c391dabad2f53433d2c0 (diff) |
Update comment in sdl.mak
Diffstat (limited to 'src')
-rw-r--r-- | src/osd/sdl/sdl.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/sdl.mak b/src/osd/sdl/sdl.mak index d6ae996be8d..ae32d96cc5a 100644 --- a/src/osd/sdl/sdl.mak +++ b/src/osd/sdl/sdl.mak @@ -49,7 +49,7 @@ USE_DISPATCH_GL = 1 # uncomment and change the next line to compile and link to specific -# SDL library. This is currently only supported for unix! +# SDL library. This is currently supported for unix and win32. # There is no need to play with this option unless you are doing # active development on sdlmame or SDL. |