You and Andre were watching me too closely :-) The hour by hour wasn't the end result All *should be* finished now, please let me know if *anything* is still wrong with apr, httpd-2.0 or httpd-2.1-dev.
And wash your mouth out with soap before you let another /pdbtype:sept hang around :-) Consider all of our custom apr types... without the original source code .pdb files in their original locations (which we can't expect to occur) you won't be able to untangle a single bucket brigade or iconv_t structure without going to the hex dump :-) Never use the sept option on any released binary! Bill At 04:14 PM 3/10/2003, Branko Čibej wrote: >Hi Bill, > >If you're removing .dbg support, shouldn't you do it for the apr-iconv >modules, too? > >--- modules.mk.win.~1.12.~ 2003-03-02 21:41:47.000000000 +0100 >+++ modules.mk.win 2003-03-10 23:12:28.000000000 +0100 >@@ -20,7 +20,7 @@ > API_LIB_PFX = $(API_SOURCE)\Release\lib > CFG_CFLAGS = /MD /Zi /O2 > CFG_DEFINES = /D "NDEBUG" >-CFG_LDFLAGS = /debug /debugtype:both /pdbtype:sept >+CFG_LDFLAGS = /debug /pdbtype:sept > CFG_OUTPUT = Release\iconv > > !ELSE >@@ -30,7 +30,7 @@ > API_LIB_PFX = $(API_SOURCE)\LibR\ # no line continuation > CFG_CFLAGS = /MD /Zi /O2 > CFG_DEFINES = /D "NDEBUG" /D "APR_DECLARE_STATIC" /D "API_DECLARE_STATIC" >-CFG_LDFLAGS = /debug /debugtype:both /pdbtype:sept >+CFG_LDFLAGS = /debug /pdbtype:sept > CFG_OUTPUT = LibR\iconv > > !ELSE > > > >-- >Brane Čibej <[EMAIL PROTECTED]> http://www.xbc.nu/brane/
