summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-01-15 15:13:35 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-01-15 15:13:35 +0000
commitb6afdf2c0e285515b4385d29954c086c2d085756 (patch)
treef23d6fb42f63fd4b9c5154666708809839e32fd5 /Makefile.win
parentf0768372fc1fbda9facf8ee86fdfa27b262cc686 (diff)
downloadhttpd-b6afdf2c0e285515b4385d29954c086c2d085756.tar.gz
One for APACHE_2_0_44 final, fix a minor build problem with Debug targets.
It's up to the Makefile.win install targets within ces/ccs to install the .pdb symbols with Debug builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98278 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win
index 373ad25875..b3030f777d 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -432,8 +432,6 @@ _install:
copy srclib\apr\$(LONG)\libapr.pdb "$(INSTDIR)\bin" <.y
copy srclib\apr-iconv\$(LONG)\libapriconv.pdb "$(INSTDIR)\bin" <.y
copy srclib\apr-util\$(LONG)\libaprutil.pdb "$(INSTDIR)\bin" <.y
- copy srclib\apr-iconv\ccs\$(LONG)\*.pdb "$(INSTDIR)\bin\iconv" <.y
- copy srclib\apr-iconv\ces\$(LONG)\*.pdb "$(INSTDIR)\bin\iconv" <.y
copy modules\aaa\$(LONG)\mod_access.pdb "$(INSTDIR)\modules" <.y
copy modules\aaa\$(LONG)\mod_auth.pdb "$(INSTDIR)\modules" <.y
copy modules\aaa\$(LONG)\mod_auth_anon.pdb "$(INSTDIR)\modules" <.y