summaryrefslogtreecommitdiff
path: root/test/testappnt.dsp
Commit message (Collapse)AuthorAgeFilesLines
* After consulting with the APR list, it was decided that /map file creationwrowe2003-02-201-4/+4
| | | | | | | | | | | | | | | | | | is fairly redundant when you retain rich .pdb debugging symbol files. We have rarely used them, and generally .dbg and .pdb files prove much more useful for the cases we have. While eliminating /map files, we are also shrinking the size of the .dbg files by stripping 'private' symbol information. Really this means less rich diagnostics from Dr. Watson on NT or Win9x when they query the .dbg symbols in creating a DrWatson log file. But it's more than compensated for on newer OS'es where Dr. Watson will query the .pdb symbols, on all Win32 flavors when WinDbg is used with the .pdb symbols, and the fact that the distribution of binary symbols will use less bandwidth when less information is duplicated from the .pdb format into the .dbg files. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64369 13f79535-47bb-0310-9956-ffa450edef68
* Some win32 experimental code I'm playing with. Simply demonstrates howwrowe2002-05-311-0/+101
to configure an app for WinNT or all Win32 applications. I expect to extend this simple code to actually set up and test different 'signalling' APIs that are supported under Win32 (e.g. console, service, 9x hidden console service, etc.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63451 13f79535-47bb-0310-9956-ffa450edef68