History log of /httpd/modules/filters/mod_sed.dsp
Revision Date Author Comments Expand
95475ded9ec220bbb2576cae62b155425a77b2c7 1420975 12-Dec-2012 gsmith

Fix various clone/edit and search/replace errors in MSVC project files

3bf70c70467675341164ae061e6ca93c318601ca 773341 10-May-2009 rjung

Switch two recent dsp files from CRLF to native EOL style. All other dsp files are native (though they should only matter on Windows).

22144aa32f32789d56c2b34461fa51ce9e3affc4 720062 23-Nov-2008 wrowe

So close ;-) Nicely done Jim Add the sed sources to mod_sed, no different than the sed_obj list from config.m4 (.h files just for easy reference). Apache.dsw is simply sorted entries, and picking to drop a new module under BuildBin (common) or BuildAll (test and nonstandard extensions). Give us mod_sed :) Makefile.win is simply the invocation of the .mak file that gets exported, and the copy of that module (pdb debugging) binary. Can't update BaseAddr.ref except from windows, however, we have to build once and determine how many 64k pages this object is going to eat. Turns out, it's only one.

6920531b78cf7f3631d027a4cc50444a1689c026 720020 23-Nov-2008 jim

No idea if this is 100% correct, but provide a template at least