File: README

package info (click to toggle)
gle 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,416 kB
  • sloc: ansic: 10,025; cpp: 5,378; sh: 3,160; makefile: 291; python: 102
file content (10 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10

This directory contains projects files for building
GLE with the Microsoft Visual Studio C++ Workspace.

Built libraries will be located in the lib-folder. The Debug-version is named gled.lib and the release-version gle.lib. Both are compiled using the run-time libraries "Debug Multithreaded DLL" and "Multithreaded DLL".

When the library is built an include/GL directory will be created and the gle.h file from the src directory will be copied into it. To use the library in other projects add the directory ...\gle\ms-visual-c\include to the include-directory list in Visual Studio in the Tools/Options/Directories settings.

Contributed by Jonas Lindemann <jonas.lindemann@byggmek.lth.se>
July 2001