You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/10/07 11:03:52 UTC

svn commit: r1395254 - in /httpd/httpd/trunk/support: NWGNUhtdbm NWGNUhtpasswd htdbm.dsp htpasswd.dsp

Author: sf
Date: Sun Oct  7 09:03:51 2012
New Revision: 1395254

URL: http://svn.apache.org/viewvc?rev=1395254&view=rev
Log:
Add passwd_common.c build support for Windows and Netware

Completely untested - please test

Modified:
    httpd/httpd/trunk/support/NWGNUhtdbm
    httpd/httpd/trunk/support/NWGNUhtpasswd
    httpd/httpd/trunk/support/htdbm.dsp
    httpd/httpd/trunk/support/htpasswd.dsp

Modified: httpd/httpd/trunk/support/NWGNUhtdbm
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/NWGNUhtdbm?rev=1395254&r1=1395253&r2=1395254&view=diff
==============================================================================
--- httpd/httpd/trunk/support/NWGNUhtdbm (original)
+++ httpd/httpd/trunk/support/NWGNUhtdbm Sun Oct  7 09:03:51 2012
@@ -169,6 +169,7 @@ TARGET_lib = \
 #
 FILES_nlm_objs = \
 	$(OBJDIR)/htdbm.o \
+	$(OBJDIR)/passwd_common.o \
 	$(EOLIST)
 
 #

Modified: httpd/httpd/trunk/support/NWGNUhtpasswd
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/NWGNUhtpasswd?rev=1395254&r1=1395253&r2=1395254&view=diff
==============================================================================
--- httpd/httpd/trunk/support/NWGNUhtpasswd (original)
+++ httpd/httpd/trunk/support/NWGNUhtpasswd Sun Oct  7 09:03:51 2012
@@ -169,6 +169,7 @@ TARGET_lib = \
 #
 FILES_nlm_objs = \
 	$(OBJDIR)/htpasswd.o \
+	$(OBJDIR)/passwd_common.o \
 	$(EOLIST)
 
 #

Modified: httpd/httpd/trunk/support/htdbm.dsp
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/htdbm.dsp?rev=1395254&r1=1395253&r2=1395254&view=diff
==============================================================================
--- httpd/httpd/trunk/support/htdbm.dsp (original)
+++ httpd/httpd/trunk/support/htdbm.dsp Sun Oct  7 09:03:51 2012
@@ -100,6 +100,10 @@ SOURCE=.\htdbm.c
 # End Source File
 # Begin Source File
 
+SOURCE=.\passwd_common.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\build\win32\httpd.rc
 # End Source File
 # End Target

Modified: httpd/httpd/trunk/support/htpasswd.dsp
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/support/htpasswd.dsp?rev=1395254&r1=1395253&r2=1395254&view=diff
==============================================================================
--- httpd/httpd/trunk/support/htpasswd.dsp (original)
+++ httpd/httpd/trunk/support/htpasswd.dsp Sun Oct  7 09:03:51 2012
@@ -100,6 +100,10 @@ SOURCE=.\htpasswd.c
 # End Source File
 # Begin Source File
 
+SOURCE=.\passwd_common.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\build\win32\httpd.rc
 # End Source File
 # End Target