From 65d07ff463e94a8689a8a93bbe7706ba3734c503 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 7 Oct 2012 09:03:51 +0000 Subject: [PATCH] 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 --- support/NWGNUhtdbm | 1 + support/NWGNUhtpasswd | 1 + support/htdbm.dsp | 4 ++++ support/htpasswd.dsp | 4 ++++ 4 files changed, 10 insertions(+) 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 -- 2.47.2