Updated OS/2 build, yay!

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401446
This commit is contained in:
Sam Lantinga 2006-02-26 19:30:21 +00:00
parent e1f2aca17a
commit 46f459a736
32 changed files with 727 additions and 675 deletions

View file

@ -36,6 +36,8 @@
#include "SDL_config_macosx.h"
#elif defined(__WIN32__)
#include "SDL_config_win32.h"
#elif defined(__OS2__)
#include "SDL_config_os2.h"
#else
/* This is the minimal configuration that can be used to build SDL */