]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/Makefile.in
documented wxUSE_GUI/BASE and __WXBASE__
[wxWidgets.git] / utils / HelpGen / Makefile.in
index 6d3639544230deac72c4084d70662067ed607f36..cecec595bb79e1f166a1375e2bdcad9f452fb8c0 100644 (file)
@@ -1,6 +1,8 @@
 
+USE_GUI=@USE_GUI@
+
 all:
-       cd src; $(MAKE)
+       if test "$(USE_GUI)" = 0; then cd src; $(MAKE); fi
 
 clean:
        cd src; $(MAKE) clean