added OpenGL libs for gcc and watcom (other don't require it)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
76bdd7b31b
commit
d6a6b74432
1 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,13 @@
|
|||
<if cond="FORMAT=='autoconf'">
|
||||
<ldflags>$(EXTRALIBS_OPENGL)</ldflags>
|
||||
</if>
|
||||
<!-- system libraries on windows: -->
|
||||
<if cond="FORMAT!='autoconf'">
|
||||
<if cond="COMPILER=='wat' or COMPILER=='gcc'">
|
||||
<sys-lib>opengl32</sys-lib>
|
||||
<sys-lib>glu32</sys-lib>
|
||||
</if>
|
||||
</if>
|
||||
</dll>
|
||||
|
||||
<lib id="gllib" template="wx_lib"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue