Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24543/include

Modified Files:
        CmdLineOpts.h 
Log Message:
added --nopython option (mainly useful for debugging)

Index: CmdLineOpts.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/CmdLineOpts.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- CmdLineOpts.h       20 Apr 2004 13:20:44 -0000      1.6
+++ CmdLineOpts.h       24 Oct 2004 12:51:53 -0000      1.7
@@ -14,5 +14,5 @@
 // and wxMApp.cpp need to include it and so like this we can modify it (when
 // adding new command line options, for example), without needing to recompile
-// everything which includes MApplicatio.h (i.e. 90% of the code)
+// everything which includes MApplication.h (i.e. 90% of the code)
 
 #ifndef _CMDLINEOPTS_H_
@@ -57,4 +57,9 @@
    bool debugMail;
 
+#ifdef USE_PYTHON
+   /// don't load Python even if configured
+   bool noPython;
+#endif // USE_PYTHON
+
    /**
      @name Conversion to/from string



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to