mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
32 lines
343 B
Text
32 lines
343 B
Text
description "SDL20 U++ backend\377";
|
|
|
|
uses
|
|
Painter,
|
|
CtrlLib,
|
|
GLDraw;
|
|
|
|
library(POSIX) "SDL2 SDL2main";
|
|
|
|
file
|
|
SDL20.h,
|
|
Keys.h,
|
|
After.h,
|
|
Local.h,
|
|
Window.cpp,
|
|
Draw.cpp,
|
|
Image.cpp,
|
|
Util.cpp,
|
|
FB.iml,
|
|
Ctrl.h,
|
|
Ctrl.cpp,
|
|
Wnd.cpp,
|
|
Event.cpp,
|
|
Top.h,
|
|
TopFrame.cpp,
|
|
Top.cpp,
|
|
Clip.cpp,
|
|
DnD.cpp,
|
|
ChSysInit.cpp,
|
|
SDL.cpp,
|
|
SDLProc.cpp;
|
|
|