You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by sp...@incubator.apache.org on 2004/07/02 19:00:54 UTC

[SpamAssassin Wiki] Updated: InstallingOnWindows

   Date: 2004-07-02T10:00:54
   Editor: 64.2.232.197 <>
   Wiki: SpamAssassin Wiki
   Page: InstallingOnWindows
   URL: http://wiki.apache.org/spamassassin/InstallingOnWindows

   added /I flasg to nmake to tell nmake to skip over errors and continue

Change Log:

------------------------------------------------------------------------------
@@ -34,8 +34,8 @@
     * For 2.63 (and probably 2.6x), modify the makefile as per the SA wiki: Sa263MakeWithPerl582
     * in a command prompt: cd\mail-spamassassin-2.63
     * perl makefile.pl
-    * nmake
-    * nmake install
+    * nmake /I
+    * nmake install /I
   9. Generate the documentation. Make a batch file out of the following code and run it. {{{
 REM Run from the top of the SpamAssassin install directory
 mkdir \Perl\html\site\lib\Mail\SpamAssassin