ultimatepp/examples/SDLExample/SDLExample.upp
kohait 81add0b4f2 examples: SDLexample: fix the WinMain issue using native means of SDL, libraries linkage fix, howto setup compile environment
git-svn-id: svn://ultimatepp.org/upp/trunk@3375 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-26 20:50:26 +00:00

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
"" = "";