You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mt...@apache.org on 2004/11/29 11:11:24 UTC

svn commit: r106900 - /httpd/httpd/trunk/srclib/pcre/pcre.dsp

Author: mturk
Date: Mon Nov 29 02:11:22 2004
New Revision: 106900

URL: http://svn.apache.org/viewcvs?view=rev&rev=106900
Log:
dftables now uses output file as command line param.
Modified:
   httpd/httpd/trunk/srclib/pcre/pcre.dsp

Modified: httpd/httpd/trunk/srclib/pcre/pcre.dsp
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/srclib/pcre/pcre.dsp?view=diff&rev=106900&p1=httpd/httpd/trunk/srclib/pcre/pcre.dsp&r1=106899&p2=httpd/httpd/trunk/srclib/pcre/pcre.dsp&r2=106900
==============================================================================
--- httpd/httpd/trunk/srclib/pcre/pcre.dsp	(original)
+++ httpd/httpd/trunk/srclib/pcre/pcre.dsp	Mon Nov 29 02:11:22 2004
@@ -93,7 +93,7 @@
 InputPath=.\dftables.exe
 
 ".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-	.\dftables.exe >.\chartables.c 
+	.\dftables.exe chartables.c 
 	
 # End Custom Build
 
@@ -103,7 +103,7 @@
 InputPath=.\dftables.exe
 
 ".\chartables.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-	.\dftables.exe >.\chartables.c 
+	.\dftables.exe chartables.c 
 	
 # End Custom Build