]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't build IPC version of HelpView on Mac Classic
authorJulian Smart <julian@anthemion.co.uk>
Thu, 19 Dec 2002 20:02:27 +0000 (20:02 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 19 Dec 2002 20:02:27 +0000 (20:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/generic.rsp
utils/helpview/src/helpview.h

index 027773fd44649726476fed23fc50e097cab02868..b13b8a377383194eb1710688c78600eab4cc9f3e 100644 (file)
@@ -551,6 +551,7 @@ samples/html/test/*.ico
 samples/html/test/*.htm
 samples/html/test/*.html
 samples/html/test/*.pro
+samples/html/test/*.gif
 
 samples/html/virtual/*.cpp
 samples/html/virtual/*.h
index 0395f58dd5e1a200c901059f6df766cc4212ce23..e49a93031ae42caa8ee14a1252f29cbb6a1c0486 100644 (file)
 
 // If 1, start a server to allow this to be used
 // as an external help viewer.
+#if defined(__WXMAC__) && !defined(__UNIX__)
+#define hvUSE_IPC 0
+#else
 #define hvUSE_IPC 1
+#endif
 
 #if hvUSE_IPC
 #include <wx/ipc.h>