You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2018/02/19 22:10:01 UTC

svn commit: r1824823 - /httpd/httpd/branches/2.4.x/modules/metadata/mod_remoteip.mak

Author: gsmith
Date: Mon Feb 19 22:10:01 2018
New Revision: 1824823

URL: http://svn.apache.org/viewvc?rev=1824823&view=rev
Log:
Follow up r1824709 for command line build which is not in trunk

Modified:
    httpd/httpd/branches/2.4.x/modules/metadata/mod_remoteip.mak

Modified: httpd/httpd/branches/2.4.x/modules/metadata/mod_remoteip.mak
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/metadata/mod_remoteip.mak?rev=1824823&r1=1824822&r2=1824823&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/metadata/mod_remoteip.mak (original)
+++ httpd/httpd/branches/2.4.x/modules/metadata/mod_remoteip.mak Mon Feb 19 22:10:01 2018
@@ -103,7 +103,7 @@ BSC32_FLAGS=/nologo /o"$(OUTDIR)\mod_rem
 BSC32_SBRS= \
 	
 LINK32=link.exe
-LINK32_FLAGS=kernel32.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\mod_remoteip.pdb" /debug /out:"$(OUTDIR)\mod_remoteip.so" /implib:"$(OUTDIR)\mod_remoteip.lib" /base:@..\..\os\win32\BaseAddr.ref,mod_remoteip.so /opt:ref 
+LINK32_FLAGS=kernel32.lib ws2_32.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\mod_remoteip.pdb" /debug /out:"$(OUTDIR)\mod_remoteip.so" /implib:"$(OUTDIR)\mod_remoteip.lib" /base:@..\..\os\win32\BaseAddr.ref,mod_remoteip.so /opt:ref 
 LINK32_OBJS= \
 	"$(INTDIR)\mod_remoteip.obj" \
 	"$(INTDIR)\mod_remoteip.res" \
@@ -207,7 +207,7 @@ BSC32_FLAGS=/nologo /o"$(OUTDIR)\mod_rem
 BSC32_SBRS= \
 	
 LINK32=link.exe
-LINK32_FLAGS=kernel32.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\mod_remoteip.pdb" /debug /out:"$(OUTDIR)\mod_remoteip.so" /implib:"$(OUTDIR)\mod_remoteip.lib" /base:@..\..\os\win32\BaseAddr.ref,mod_remoteip.so 
+LINK32_FLAGS=kernel32.lib ws2_32.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\mod_remoteip.pdb" /debug /out:"$(OUTDIR)\mod_remoteip.so" /implib:"$(OUTDIR)\mod_remoteip.lib" /base:@..\..\os\win32\BaseAddr.ref,mod_remoteip.so 
 LINK32_OBJS= \
 	"$(INTDIR)\mod_remoteip.obj" \
 	"$(INTDIR)\mod_remoteip.res" \