aras-p / hlsl2glslfork

HLSL to GLSL language translator based on ATI's HLSL2GLSL. Used in Unity.
Other
558 stars 143 forks source link

Fix bison calls in Windows #70

Open OgreTransporter opened 8 years ago

OgreTransporter commented 8 years ago

You can't use a relative path for bison executable, bacause you don't know where CMake locates the make files. Also the header algorithm is required in Intermediate.cpp because you are using std::min and std::max.