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