summaryrefslogtreecommitdiff
path: root/test/MakeWin32Make.pl
Commit message (Collapse)AuthorAgeFilesLines
* This allows us to generate a valid Makefile on Visual C++ 7.0.Ryan Bloom2001-09-151-1/+1
| | | | | | | This should work on versions of VC++ as well. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62326 13f79535-47bb-0310-9956-ffa450edef68
* Improve ourselvesWilliam A. Rowe Jr2001-07-271-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62049 13f79535-47bb-0310-9956-ffa450edef68
* Make these build, boy has this become tangled to the point of nearWilliam A. Rowe Jr2001-06-061-2/+3
| | | | | | | worthlessness. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61720 13f79535-47bb-0310-9956-ffa450edef68
* Catch up on win32William A. Rowe Jr2001-06-061-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61713 13f79535-47bb-0310-9956-ffa450edef68
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-291-1/+0
| | | | | | | | | | | | | | | | variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving the configure additions to EXTRA_* variables. Also, allow the user to specify NOTEST_* values for all of the above, which eliminates the need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM. Fix the setting of INCLUDES and EXTRA_INCLUDES. Check flags as they are added to avoid pointless duplications. Fix the order in which flags are given on the compile and link lines. The Makefile.in in the test directory hasn't been updated in ages, but that will have to wait. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61560 13f79535-47bb-0310-9956-ffa450edef68
* Add my testbench that demonstrates apr_filepath_merge. This would beWilliam A. Rowe Jr2001-04-081-1/+1
| | | | | | | | better written to handle and compare a list of demonstration cases to the expected results, but I've no time for it this weekend git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61483 13f79535-47bb-0310-9956-ffa450edef68
* Hmmm... this ought to be a defvar, but ITMT, here is a fix to get aWilliam A. Rowe Jr2001-04-031-1/+0
| | | | | | | little further with mod_test.so git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61444 13f79535-47bb-0310-9956-ffa450edef68
* This gets us nmake'ing on win32William A. Rowe Jr2001-03-311-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61405 13f79535-47bb-0310-9956-ffa450edef68
* Get tests building, and actually checking for libapr.la revisions toWilliam A. Rowe Jr2001-01-281-0/+1
| | | | | | | | | save debugging agrivation. Shout if I broke it. Win32 users should find the aprtest.dsw DevStudio workspace a lovely little place to get work done. [No help from MS - notice the .pl Makefile.in rewriter :-] git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61163 13f79535-47bb-0310-9956-ffa450edef68
* A little more effort to make these tests compile on windows ... a longWilliam A. Rowe Jr2001-01-231-4/+6
| | | | | | | way yet to go to make this build cleanly. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61105 13f79535-47bb-0310-9956-ffa450edef68
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspWilliam A. Rowe Jr2001-01-231-2/+8
| | | | | | | | built in debug mode is required to actually make these build. There are still todo's for win32 (need cl debug flags, for one). git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61100 13f79535-47bb-0310-9956-ffa450edef68
* Fix parsing for mult @EXEEXT@ tagsWilliam A. Rowe Jr2000-12-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60910 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up the test projectWilliam A. Rowe Jr2000-12-051-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60891 13f79535-47bb-0310-9956-ffa450edef68
* Test Makefile.in -> Makefile converter for Win32 ... I'll wrap with aWilliam A. Rowe Jr2000-12-041-0/+41
.dsp soonish. I have no issues with using a .pl for apr/test builders, since they are the exception, rather than the typical user. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60884 13f79535-47bb-0310-9956-ffa450edef68