Merge commit 'c1d65c7f1f6836d4fe961c0a54ea11ff8fdfc62d' as 'cmake'
This commit is contained in:
1
cmake/workarounds/mac-alut-framework/AL/alut.h
Normal file
1
cmake/workarounds/mac-alut-framework/AL/alut.h
Normal file
@@ -0,0 +1 @@
|
||||
#include <OpenAL/alut.h>
|
||||
1
cmake/workarounds/mac-gl/GL/gl.h
Normal file
1
cmake/workarounds/mac-gl/GL/gl.h
Normal file
@@ -0,0 +1 @@
|
||||
#include <OpenGL/gl.h>
|
||||
1
cmake/workarounds/mac-gl/GL/glui.h
Normal file
1
cmake/workarounds/mac-gl/GL/glui.h
Normal file
@@ -0,0 +1 @@
|
||||
#include <GLUI/glui.h>
|
||||
1
cmake/workarounds/mac-gl/GL/glut.h
Normal file
1
cmake/workarounds/mac-gl/GL/glut.h
Normal file
@@ -0,0 +1 @@
|
||||
#include <GLUT/glut.h>
|
||||
1
cmake/workarounds/mac-openal/AL/al.h
Normal file
1
cmake/workarounds/mac-openal/AL/al.h
Normal file
@@ -0,0 +1 @@
|
||||
#include <OpenAL/al.h>
|
||||
1
cmake/workarounds/mac-openal/AL/alc.h
Normal file
1
cmake/workarounds/mac-openal/AL/alc.h
Normal file
@@ -0,0 +1 @@
|
||||
#include <OpenAL/alc.h>
|
||||
2
cmake/workarounds/tchar/tchar.h
Normal file
2
cmake/workarounds/tchar/tchar.h
Normal file
@@ -0,0 +1,2 @@
|
||||
#define _tmain main
|
||||
#define _TCHAR char
|
||||
Reference in New Issue
Block a user