• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..18-Mar-2003-

gle/H18-Mar-2003-385294

Makefile.amH A D18-Jul-200178 116

Makefile.inH A D18-Mar-20038.2 KiB288219

READMEH A D24-Jul-2001715 116

config.hH A D18-Jul-2001961 3813

vc.dswH A D18-Jul-2001535 3019

README

1
2This directory contains projects files for building
3GLE with the Microsoft Visual Studio C++ Workspace.
4
5Built 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".
6
7When 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.
8
9Contributed by Jonas Lindemann <jonas.lindemann@byggmek.lth.se>
10July 2001
11