Click here to Skip to main content
15,896,330 members
Articles / Multimedia / OpenGL

GLFW: A (Simple) OpenGL Framework Library

Rate me:
Please Sign up or sign in to vote.
4.89/5 (24 votes)
23 Dec 2015CPOL11 min read 140.3K   4.3K   99  
An easy to use library to quickly setup and run OpenGL applications.
#ifndef __AUTOBUILD_H__
#define __AUTOBUILD_H__
//change the FALSE to TRUE for autoincrement of build number
#define INCREMENT_VERSION FALSE
#define FILEVER        1,0,0,1
#define PRODUCTVER     1,0,0,1
#define STRFILEVER     "1, 0, 0, 1\0"
#define STRPRODUCTVER  "1, 0, 0, 1\0"
#endif //__AUTOBUILD_H__

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Nextworks S.r.l.
Italy Italy
He's Born in 1976 in Carrara (Italy) and he works as Software developer since 2000.
His other interests and hobbies are Karate, Soccer, VideoGames (RPG, FPS, FlySims) and Mountain Trekking.

Comments and Discussions