git-svn-id: svn://ultimatepp.org/upp/trunk@11675 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-01-10 09:50:07 +00:00
parent 475ea0a5e3
commit 0d92ca4297
4 changed files with 16 additions and 3 deletions

View file

@ -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

View file

@ -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,

View file

@ -5,6 +5,7 @@ uses
plugin/DroidFonts;
file
test.cpp,
main.cpp,
test.qtf,
help.txt;

View file

@ -0,0 +1,5 @@
#include <xmmintrin.h>
#include <SDL.h>
void Foo() {}