PKGBUILDs/angleproject/mingw-w64/entry_points_shader.cpp
Martchus 519b186e0d updated Qt/ANGLE
- patched ANGLE to be usable with Qt WebKit
- patched Qt WebKit to work with latest ANGLE
- removed unused patches
- fixed dependencies of mingw-w64-qt5-activeqt
2016-03-10 20:16:15 +01:00

12 lines
261 B
C++

#ifndef COMPONENT_BUILD
#define COMPONENT_BUILD
#endif
#ifdef ANGLE_TRANSLATOR_STATIC
#undef ANGLE_TRANSLATOR_STATIC
#endif
#ifndef ANGLE_TRANSLATOR_IMPLEMENTATION
#define ANGLE_TRANSLATOR_IMPLEMENTATION
#endif
#include "../compiler/translator/ShaderLang.cpp"