mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
21 lines
295 B
Text
21 lines
295 B
Text
description "SDL in an U++ control\377";
|
|
|
|
uses
|
|
Core,
|
|
CtrlLib;
|
|
|
|
library(WIN32) SDL;
|
|
|
|
library(LINUX) SDL;
|
|
|
|
library(FREEBSD) "SDL SDLmain X11 Xext Xrandr Xrender vga vgl aa usbhid ncurses";
|
|
|
|
file
|
|
SDLCtrl.cpp,
|
|
SDLCtrl.h,
|
|
SDLCtrl.usc,
|
|
SDLCtrl.iml,
|
|
SDLSurface.cpp,
|
|
SDLWrapper.h,
|
|
srcdoc.tpp;
|
|
|