fixes for monolib build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
eac90854bd
commit
496d012a89
@ -12,8 +12,12 @@
|
||||
<define>WXUSINGDLL</define>
|
||||
<define>WXMAKINGDLL_GL</define>
|
||||
<sources>$(OPENGL_SRC)</sources>
|
||||
|
||||
<!-- link against base and core libs in multilib build: -->
|
||||
<library>coredll</library>
|
||||
<library>basedll</library>
|
||||
<!-- link against the wxWin library in monolithic build: -->
|
||||
<sys-lib>$(WXLIB_MONO)</sys-lib>
|
||||
|
||||
<if cond="FORMAT=='autoconf'">
|
||||
<ldflags>$(OPENGL_LIBS)</ldflags>
|
||||
|
Loading…
Reference in New Issue
Block a user