]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/helpview/src/helpview.bkl
Removed dummy wxFont == operator implementation (IIRC was needed to compile with...
[wxWidgets.git] / utils / helpview / src / helpview.bkl
index ec0596d01969c2a089253029aae2ecb70ebe3c78..add404e5ce8174fc191e63cfb07f7be795e61817 100644 (file)
@@ -6,12 +6,18 @@
     <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>
+            <postlink-command>$(SAMPLES_RPATH_POSTLINK)</postlink-command>
+        </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>