mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
24 lines
394 B
Text
24 lines
394 B
Text
description "SDL demo example\377";
|
|
|
|
uses
|
|
Core;
|
|
|
|
library(MSC) "SDL SDLmain";
|
|
|
|
library(GCC WIN32 !SHARED) "SDL.dll SDLmain mingw32";
|
|
|
|
library(GCC WIN32 SHARED) "SDL SDLmain mingw32";
|
|
|
|
library(LINUX) "SDL SDLmain";
|
|
|
|
library(FREEBSD) "SDL SDLmain X11 Xext Xrandr Xrender vga vgl aa usbhid ncurses";
|
|
|
|
link(MSC DEBUG) /NODEFAULTLIB:msvcrt.lib;
|
|
|
|
file
|
|
compile.txt,
|
|
main.cpp;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|