mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-27 22:03:43 -06:00
16 lines
192 B
Text
16 lines
192 B
Text
uses
|
|
CtrlLib;
|
|
|
|
library(WIN32 GCC) "glaux glu32 opengl32";
|
|
|
|
library(LINUX) "GL GLU";
|
|
|
|
library(FREEBSD) "GL GLU";
|
|
|
|
file
|
|
GLCtrl.h,
|
|
Win32GLCtrl.cpp,
|
|
X11GLCtrl.cpp,
|
|
GLCtrl.cpp,
|
|
GlPicking.h;
|
|
|