Sync to trunk head(r38096)
[reactos.git] / reactos / dll / win32 / opengl32 / opengl32.rbuild
1 <module name="opengl32" type="win32dll" baseaddress="${BASEADDRESS_OPENGL32}" installbase="system32" installname="opengl32.dll" unicode="yes">
2 <importlibrary definition="opengl32.spec" />
3 <define name="_DISABLE_TIDENTS" />
4 <library>ntdll</library>
5 <library>kernel32</library>
6 <library>gdi32</library>
7 <library>user32</library>
8 <library>advapi32</library>
9 <pch>opengl32.h</pch>
10 <file>gl.c</file>
11 <file>opengl32.c</file>
12 <file>wgl.c</file>
13 </module>