mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
19 lines
267 B
Text
19 lines
267 B
Text
description "SDL demo example";
|
|
|
|
uses
|
|
Core;
|
|
|
|
library(MSC) "SDL SDLmain";
|
|
|
|
library(GCC WIN32) "SDL.dll SDLmain";
|
|
|
|
library(LINUX) "SDL SDLmain";
|
|
|
|
library(FREEBSD) "SDL SDLmain X11 Xext Xrandr Xrender vga vgl aa usbhid ncurses";
|
|
|
|
file
|
|
main.cpp;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|