It's now possible to build each module individually (as a DLL).

This commit is contained in:
rude
2009-08-04 19:57:14 +02:00
parent 524ef5e118
commit 8e681b4204
59 changed files with 5315 additions and 400 deletions
+3 -1
View File
@@ -53,7 +53,9 @@
#endif
#if defined(WIN32) || defined(_WIN32)
#define WIN32
#ifndef WIN32
# define WIN32
#endif
#include <windows.h>
#include <GL/gl.h>
#elif defined(__APPLE__) || defined(__APPLE_CC__)