mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@11675 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
475ea0a5e3
commit
0d92ca4297
4 changed files with 16 additions and 3 deletions
|
|
@ -1,13 +1,17 @@
|
|||
#define GUI_SDL20GL
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
#include <GLDraw/GLDraw.h>
|
||||
|
||||
#ifdef PLATFORM_POSIX
|
||||
#include <CtrlCore/stdids.h>
|
||||
#endif
|
||||
|
||||
#ifdef PLATFORM_POSIX
|
||||
#include <SDL2/SDL.h>
|
||||
#else
|
||||
#include <SDL.h>
|
||||
#endif
|
||||
|
||||
NAMESPACE_UPP
|
||||
|
||||
#define IMAGECLASS FBImg
|
||||
|
|
|
|||
|
|
@ -3,10 +3,13 @@ description "SDL20 U++ backend\377";
|
|||
uses
|
||||
Painter,
|
||||
CtrlLib,
|
||||
GLDraw;
|
||||
GLDraw,
|
||||
PdfDraw;
|
||||
|
||||
library(POSIX) "SDL2 SDL2main GL";
|
||||
|
||||
library(WIN32) "SDL2.lib SDL2main.lib OpenGL32.lib";
|
||||
|
||||
file
|
||||
SDL20GL.h,
|
||||
Keys.h,
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ uses
|
|||
plugin/DroidFonts;
|
||||
|
||||
file
|
||||
test.cpp,
|
||||
main.cpp,
|
||||
test.qtf,
|
||||
help.txt;
|
||||
|
|
|
|||
5
rainbow/SDL20Uword/test.cpp
Normal file
5
rainbow/SDL20Uword/test.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include <xmmintrin.h>
|
||||
|
||||
#include <SDL.h>
|
||||
|
||||
void Foo() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue