diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2006-04-19 22:47:49 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2006-04-19 22:47:49 +0000 |
commit | 862d0e231e393bcfee260c24cebe17815f6ac108 (patch) | |
tree | 6a94d1005c25236b7a069e008dac1f849e9a7711 /modules/ldap/mod_ldap.dsp | |
parent | 7912f3af3c910d2cada45e9ea837230190a3ebd1 (diff) | |
download | httpd-862d0e231e393bcfee260c24cebe17815f6ac108.tar.gz |
Remove a host of dependencies upon awk, using the same template for
nearly every .rc compilation (giving the output .res file a different
name for each component). Adds AP_SERVER_BASEPROJECT to ap_revision.h
so we can display the proper name of "Apache HTTP Server" as opposed
to AP_SERVER_BASEPRODUCT (which is, and should remain, simply "Apache"
for the server string tokens.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395418 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ldap/mod_ldap.dsp')
-rw-r--r-- | modules/ldap/mod_ldap.dsp | 35 |
1 files changed, 3 insertions, 32 deletions
diff --git a/modules/ldap/mod_ldap.dsp b/modules/ldap/mod_ldap.dsp index 7d815788a1..4a92e9e7b7 100644 --- a/modules/ldap/mod_ldap.dsp +++ b/modules/ldap/mod_ldap.dsp @@ -47,7 +47,7 @@ RSC=rc.exe # ADD BASE MTL /nologo /D "NDEBUG" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "NDEBUG" -# ADD RSC /l 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /fo"Release/mod_ldap.res" /i "../../include" /i "../../srclib/apr/include" /d "NDEBUG" /d BIN_NAME="mod_ldap.so" /d LONG_NAME="ldap_module for Apache" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo @@ -73,7 +73,7 @@ LINK32=link.exe # ADD BASE MTL /nologo /D "_DEBUG" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /fo"Debug/mod_ldap.res" /i "../../include" /i "../../srclib/apr/include" /d "_DEBUG" /d BIN_NAME="mod_ldap.so" /d LONG_NAME="ldap_module for Apache" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo @@ -89,10 +89,6 @@ LINK32=link.exe # Name "mod_ldap - Win32 Debug" # Begin Source File -SOURCE=.\mod_ldap.rc -# End Source File -# Begin Source File - SOURCE=.\util_ldap.c # End Source File # Begin Source File @@ -109,32 +105,7 @@ SOURCE=.\util_ldap_cache_mgr.c # End Source File # Begin Source File -SOURCE=..\..\build\win32\win32ver.awk - -!IF "$(CFG)" == "mod_ldap - Win32 Release" - -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Creating Version Resource -InputPath=..\..\build\win32\win32ver.awk - -".\mod_ldap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ../../build/win32/win32ver.awk mod_ldap.so "LDAP Utility Module for Apache" ../../include/ap_release.h > .\mod_ldap.rc - -# End Custom Build - -!ELSEIF "$(CFG)" == "mod_ldap - Win32 Debug" - -# PROP Ignore_Default_Tool 1 -# Begin Custom Build - Creating Version Resource -InputPath=..\..\build\win32\win32ver.awk - -".\mod_ldap.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - awk -f ../../build/win32/win32ver.awk mod_ldap.so "LDAP Utility Module for Apache" ../../include/ap_release.h > .\mod_ldap.rc - -# End Custom Build - -!ENDIF - +SOURCE=..\..\build\win32\httpd.rc # End Source File # End Target # End Project |