]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/helpview/src/helpview.bkl
Implement SetShape() for wxPopupWindow in wxGTK.
[wxWidgets.git] / utils / helpview / src / helpview.bkl
index ec0596d01969c2a089253029aae2ecb70ebe3c78..5b11917f5d80758c87943a90ca1cbfb2d7f160b5 100644 (file)
@@ -6,12 +6,17 @@
     <include file="../../../build/bakefiles/common_samples.bkl"/>
 
     <exe id="helpview" template="wx_util" template_append="wx_append">
+        <if cond="FORMAT=='autoconf'">
+            <wx-mac-app-bundle/>
+            <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
+        </if>
         <sources>
             helpview.cpp
         </sources>
         <win32-res>helpview.rc</win32-res>
         <wx-lib>html</wx-lib>
         <wx-lib>core</wx-lib>
+        <wx-lib>net</wx-lib>
         <wx-lib>base</wx-lib>
         <install-to>$(BINDIR)</install-to>
     </exe>