]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/opengl.bkl
another AIX compilation fix: getservbyname_r() returns int, not servent* there
[wxWidgets.git] / build / bakefiles / opengl.bkl
index d3bc51c5beabd1175a385058eed3e9065dc9ebdc..e258b812ec7aa9b6c5c916932c1dbf27617badc3 100644 (file)
@@ -28,6 +28,7 @@
         <depends>coredll</depends>
         <!-- link against the wxWin library in monolithic build: -->
         <sys-lib>$(WXLIB_MONO)</sys-lib>
+        <depends>monodll</depends>
 
         <ldlibs>$(EXTRALIBS_OPENGL)</ldlibs>
     </dll>
@@ -38,4 +39,6 @@
         <msvc-headers>$(OPENGL_HDR)</msvc-headers>
     </lib>
 
+    <wxshortcut id="wxgl" cond="USE_GUI=='1' and USE_OPENGL=='1'"/>
+
 </makefile>