mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
34 lines
408 B
Text
34 lines
408 B
Text
description "SDL20 U++ backend\377";
|
|
|
|
uses
|
|
Painter,
|
|
CtrlLib,
|
|
GLDraw,
|
|
PdfDraw;
|
|
|
|
library(POSIX) "SDL2 SDL2main GL";
|
|
|
|
library(WIN32) "SDL2.lib SDL2main.lib OpenGL32.lib";
|
|
|
|
file
|
|
SDL20GL.h,
|
|
Keys.h,
|
|
Local.h,
|
|
After.h,
|
|
Window.cpp,
|
|
Image.cpp,
|
|
FB.iml,
|
|
Ctrl.h,
|
|
DrawDragRect.cpp,
|
|
Ctrl.cpp,
|
|
Wnd.cpp,
|
|
Cursor.cpp,
|
|
Event.cpp,
|
|
Top.h,
|
|
TopFrame.cpp,
|
|
Top.cpp,
|
|
Clip.cpp,
|
|
DnD.cpp,
|
|
ChSysInit.cpp,
|
|
SDL.cpp;
|
|
|