From: Stefan Fritsch Date: Sun, 7 Oct 2012 09:03:51 +0000 (+0000) Subject: Add passwd_common.c build support for Windows and Netware X-Git-Tag: 2.5.0-alpha~6225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d07ff463e94a8689a8a93bbe7706ba3734c503;p=thirdparty%2Fapache%2Fhttpd.git Add passwd_common.c build support for Windows and Netware Completely untested - please test git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1395254 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/NWGNUhtdbm b/support/NWGNUhtdbm index 05ee0341387..5a2f739f014 100644 --- a/support/NWGNUhtdbm +++ b/support/NWGNUhtdbm @@ -169,6 +169,7 @@ TARGET_lib = \ # FILES_nlm_objs = \ $(OBJDIR)/htdbm.o \ + $(OBJDIR)/passwd_common.o \ $(EOLIST) # diff --git a/support/NWGNUhtpasswd b/support/NWGNUhtpasswd index 66f424749e9..124895b135d 100644 --- a/support/NWGNUhtpasswd +++ b/support/NWGNUhtpasswd @@ -169,6 +169,7 @@ TARGET_lib = \ # FILES_nlm_objs = \ $(OBJDIR)/htpasswd.o \ + $(OBJDIR)/passwd_common.o \ $(EOLIST) # diff --git a/support/htdbm.dsp b/support/htdbm.dsp index e6864072e76..95da3710d58 100644 --- a/support/htdbm.dsp +++ b/support/htdbm.dsp @@ -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 diff --git a/support/htpasswd.dsp b/support/htpasswd.dsp index 36a57259bed..b605669a4df 100644 --- a/support/htpasswd.dsp +++ b/support/htpasswd.dsp @@ -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