You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by gs...@apache.org on 2016/12/04 04:59:19 UTC

svn commit: r1772501 - /apr/apr/branches/1.6.x/apr.mak

Author: gsmith
Date: Sun Dec  4 04:59:19 2016
New Revision: 1772501

URL: http://svn.apache.org/viewvc?rev=1772501&view=rev
Log:
followup to r1772487

Modified:
    apr/apr/branches/1.6.x/apr.mak

Modified: apr/apr/branches/1.6.x/apr.mak
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/apr.mak?rev=1772501&r1=1772500&r2=1772501&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/apr.mak (original)
+++ apr/apr/branches/1.6.x/apr.mak Sun Dec  4 04:59:19 2016
@@ -1249,6 +1249,11 @@ SOURCE=.\strings\apr_cpystrn.c
 "$(INTDIR)\apr_cpystrn.obj" : $(SOURCE) "$(INTDIR)" ".\include\apr.h"
 	$(CPP) $(CPP_PROJ) $(SOURCE)
 
+SOURCE=.\strings\apr_cstr.c
+
+"$(INTDIR)\apr_cstr.obj" : $(SOURCE) "$(INTDIR)" ".\include\apr_cstr.h"
+	$(CPP) $(CPP_PROJ) $(SOURCE)
+
 
 SOURCE=.\strings\apr_fnmatch.c