mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
24 lines
394 B
Text
24 lines
394 B
Text
uses
|
|
Framebuffer;
|
|
|
|
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
|
|
SDLWrap.h,
|
|
SDLFb.h,
|
|
SDLFbLocal.h,
|
|
Local.h,
|
|
Keys.h,
|
|
Win.cpp,
|
|
Proc.cpp;
|
|
|