mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:40:20 +00:00
foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which
was badness. Twist this puppy to .dbr, the only name I could invent that doesn't look like any database file extension I recall. It stands for .dbg rebased. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -55,9 +55,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\Apache.exe
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\Apache.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\Apache.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -b 0x00400000 -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\Apache.dbgmark"
|
||||
echo rebased > ".\Release\Apache.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\libhttpd.dll
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\libhttpd.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\libhttpd.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "./os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\libhttpd.dbgmark"
|
||||
echo rebased > ".\Release\libhttpd.dbr"
|
||||
|
||||
# End Custom Build
|
||||
# Begin Special Build Tool
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_auth_basic.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_auth_basic.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_auth_basic.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_auth_basic.dbgmark"
|
||||
echo rebased > ".\Release\mod_auth_basic.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_auth_digest.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_auth_digest.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_auth_digest.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_auth_digest.dbgmark"
|
||||
echo rebased > ".\Release\mod_auth_digest.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_authn_anon.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_authn_anon.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_authn_anon.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_authn_anon.dbgmark"
|
||||
echo rebased > ".\Release\mod_authn_anon.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_authn_dbm.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_authn_dbm.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_authn_dbm.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_authn_dbm.dbgmark"
|
||||
echo rebased > ".\Release\mod_authn_dbm.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_authn_default.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_authn_default.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_authn_default.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_authn_default.dbgmark"
|
||||
echo rebased > ".\Release\mod_authn_default.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_authn_file.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_authn_file.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_authn_file.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_authn_file.dbgmark"
|
||||
echo rebased > ".\Release\mod_authn_file.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_authz_dbm.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_authz_dbm.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_authz_dbm.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_authz_dbm.dbgmark"
|
||||
echo rebased > ".\Release\mod_authz_dbm.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_authz_default.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_authz_default.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_authz_default.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_authz_default.dbgmark"
|
||||
echo rebased > ".\Release\mod_authz_default.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_authz_groupfile.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_authz_groupfile.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_authz_groupfile.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_authz_groupfile.dbgmark"
|
||||
echo rebased > ".\Release\mod_authz_groupfile.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_authz_host.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_authz_host.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_authz_host.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_authz_host.dbgmark"
|
||||
echo rebased > ".\Release\mod_authz_host.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_authz_user.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_authz_user.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_authz_user.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_authz_user.dbgmark"
|
||||
echo rebased > ".\Release\mod_authz_user.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_isapi.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_isapi.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_isapi.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_isapi.dbgmark"
|
||||
echo rebased > ".\Release\mod_isapi.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
4
modules/cache/mod_file_cache.dsp
vendored
4
modules/cache/mod_file_cache.dsp
vendored
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_file_cache.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_file_cache.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_file_cache.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_file_cache.dbgmark"
|
||||
echo rebased > ".\Release\mod_file_cache.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_dav_fs.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_dav_fs.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_dav_fs.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_dav_fs.dbgmark"
|
||||
echo rebased > ".\Release\mod_dav_fs.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_dav.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_dav.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_dav.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_dav.dbgmark"
|
||||
echo rebased > ".\Release\mod_dav.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_auth_ldap.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_auth_ldap.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_auth_ldap.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_auth_ldap.dbgmark"
|
||||
echo rebased > ".\Release\mod_auth_ldap.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_cache.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_cache.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_cache.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_cache.dbgmark"
|
||||
echo rebased > ".\Release\mod_cache.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_charset_lite.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_charset_lite.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_charset_lite.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_charset_lite.dbgmark"
|
||||
echo rebased > ".\Release\mod_charset_lite.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_disk_cache.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_disk_cache.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_disk_cache.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_disk_cache.dbgmark"
|
||||
echo rebased > ".\Release\mod_disk_cache.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_mem_cache.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_mem_cache.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_mem_cache.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_mem_cache.dbgmark"
|
||||
echo rebased > ".\Release\mod_mem_cache.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\util_ldap.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\util_ldap.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\util_ldap.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\util_ldap.dbgmark"
|
||||
echo rebased > ".\Release\util_ldap.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_deflate.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_deflate.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_deflate.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_deflate.dbgmark"
|
||||
echo rebased > ".\Release\mod_deflate.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_ext_filter.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_ext_filter.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_ext_filter.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_ext_filter.dbgmark"
|
||||
echo rebased > ".\Release\mod_ext_filter.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_include.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_include.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_include.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_include.dbgmark"
|
||||
echo rebased > ".\Release\mod_include.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_asis.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_asis.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_asis.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_asis.dbgmark"
|
||||
echo rebased > ".\Release\mod_asis.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_autoindex.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_autoindex.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_autoindex.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_autoindex.dbgmark"
|
||||
echo rebased > ".\Release\mod_autoindex.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_cgi.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_cgi.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_cgi.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_cgi.dbgmark"
|
||||
echo rebased > ".\Release\mod_cgi.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_info.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_info.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_info.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_info.dbgmark"
|
||||
echo rebased > ".\Release\mod_info.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_status.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_status.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_status.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_status.dbgmark"
|
||||
echo rebased > ".\Release\mod_status.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_mime.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_mime.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_mime.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_mime.dbgmark"
|
||||
echo rebased > ".\Release\mod_mime.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_log_config.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_log_config.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_log_config.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_log_config.dbgmark"
|
||||
echo rebased > ".\Release\mod_log_config.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_logio.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_logio.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_logio.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_logio.dbgmark"
|
||||
echo rebased > ".\Release\mod_logio.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_actions.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_actions.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_actions.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_actions.dbgmark"
|
||||
echo rebased > ".\Release\mod_actions.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_alias.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_alias.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_alias.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_alias.dbgmark"
|
||||
echo rebased > ".\Release\mod_alias.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_dir.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_dir.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_dir.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_dir.dbgmark"
|
||||
echo rebased > ".\Release\mod_dir.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_imap.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_imap.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_imap.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_imap.dbgmark"
|
||||
echo rebased > ".\Release\mod_imap.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_negotiation.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_negotiation.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_negotiation.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_negotiation.dbgmark"
|
||||
echo rebased > ".\Release\mod_negotiation.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_rewrite.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_rewrite.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_rewrite.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_rewrite.dbgmark"
|
||||
echo rebased > ".\Release\mod_rewrite.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_speling.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_speling.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_speling.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_speling.dbgmark"
|
||||
echo rebased > ".\Release\mod_speling.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_userdir.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_userdir.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_userdir.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_userdir.dbgmark"
|
||||
echo rebased > ".\Release\mod_userdir.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_vhost_alias.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_vhost_alias.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_vhost_alias.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_vhost_alias.dbgmark"
|
||||
echo rebased > ".\Release\mod_vhost_alias.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_cern_meta.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_cern_meta.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_cern_meta.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_cern_meta.dbgmark"
|
||||
echo rebased > ".\Release\mod_cern_meta.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_env.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_env.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_env.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_env.dbgmark"
|
||||
echo rebased > ".\Release\mod_env.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_expires.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_expires.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_expires.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_expires.dbgmark"
|
||||
echo rebased > ".\Release\mod_expires.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_headers.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_headers.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_headers.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_headers.dbgmark"
|
||||
echo rebased > ".\Release\mod_headers.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_ident.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_ident.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_ident.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_ident.dbgmark"
|
||||
echo rebased > ".\Release\mod_ident.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_mime_magic.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_mime_magic.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_mime_magic.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_mime_magic.dbgmark"
|
||||
echo rebased > ".\Release\mod_mime_magic.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_setenvif.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_setenvif.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_setenvif.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_setenvif.dbgmark"
|
||||
echo rebased > ".\Release\mod_setenvif.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_unique_id.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_unique_id.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_unique_id.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_unique_id.dbgmark"
|
||||
echo rebased > ".\Release\mod_unique_id.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_usertrack.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_usertrack.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_usertrack.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_usertrack.dbgmark"
|
||||
echo rebased > ".\Release\mod_usertrack.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_proxy.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_proxy.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_proxy.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_proxy.dbgmark"
|
||||
echo rebased > ".\Release\mod_proxy.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_proxy_connect.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_proxy_connect.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_proxy_connect.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_proxy_connect.dbgmark"
|
||||
echo rebased > ".\Release\mod_proxy_connect.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_proxy_ftp.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_proxy_ftp.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_proxy_ftp.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_proxy_ftp.dbgmark"
|
||||
echo rebased > ".\Release\mod_proxy_ftp.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_proxy_http.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_proxy_http.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_proxy_http.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_proxy_http.dbgmark"
|
||||
echo rebased > ".\Release\mod_proxy_http.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\mod_ssl.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\mod_ssl.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\mod_ssl.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\mod_ssl.dbgmark"
|
||||
echo rebased > ".\Release\mod_ssl.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -55,9 +55,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\ab.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\ab.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\ab.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -b 0x00400000 -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\ab.dbgmark"
|
||||
echo rebased > ".\Release\ab.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -55,9 +55,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\abs.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\abs.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\abs.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -b 0x00400000 -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\abs.dbgmark"
|
||||
echo rebased > ".\Release\abs.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -55,9 +55,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\htdbm.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\htdbm.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\htdbm.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -b 0x00400000 -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\htdbm.dbgmark"
|
||||
echo rebased > ".\Release\htdbm.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -55,9 +55,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\htdigest.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\htdigest.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\htdigest.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -b 0x00400000 -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\htdigest.dbgmark"
|
||||
echo rebased > ".\Release\htdigest.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -55,9 +55,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\htpasswd.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\htpasswd.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\htpasswd.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -b 0x00400000 -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\htpasswd.dbgmark"
|
||||
echo rebased > ".\Release\htpasswd.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -55,9 +55,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\logresolve.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\logresolve.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\logresolve.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -b 0x00400000 -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\logresolve.dbgmark"
|
||||
echo rebased > ".\Release\logresolve.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -55,9 +55,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\rotatelogs.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\rotatelogs.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\rotatelogs.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -b 0x00400000 -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\rotatelogs.dbgmark"
|
||||
echo rebased > ".\Release\rotatelogs.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -58,9 +58,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\ApacheMonitor.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\ApacheMonitor.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\ApacheMonitor.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -b 0x00400000 -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\ApacheMonitor.dbgmark"
|
||||
echo rebased > ".\Release\ApacheMonitor.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
@ -55,9 +55,9 @@ LINK32=link.exe
|
||||
InputPath=.\Release\wintty.so
|
||||
SOURCE="$(InputPath)"
|
||||
|
||||
".\Release\wintty.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
".\Release\wintty.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
rebase -q -b 0x00400000 -x ".\Release" $(InputPath)
|
||||
echo rebased > ".\Release\wintty.dbgmark"
|
||||
echo rebased > ".\Release\wintty.dbr"
|
||||
|
||||
# End Custom Build
|
||||
|
||||
|
Reference in New Issue
Block a user