randyk 2003/06/11 20:27:04
Modified: win32 testall.mak Added: win32 libapreq_cgi.def mod_apreq.def Log: - change target directory for test files - add def files Revision Changes Path 1.2 +6 -6 httpd-apreq-2/win32/testall.mak Index: testall.mak =================================================================== RCS file: /home/cvs/httpd-apreq-2/win32/testall.mak,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- testall.mak 5 May 2003 05:33:40 -0000 1.1 +++ testall.mak 12 Jun 2003 03:27:04 -0000 1.2 @@ -35,10 +35,10 @@ !IF "$(CFG)" == "testall - Win32 Release" -OUTDIR=.\Release -INTDIR=.\Release +OUTDIR=.\libs +INTDIR=.\libs # Begin Custom Macros -OutDir=.\Release +OutDir=.\libs # End Custom Macros ALL : "$(OUTDIR)\testall.exe" @@ -119,10 +119,10 @@ !ELSEIF "$(CFG)" == "testall - Win32 Debug" -OUTDIR=.\Debug -INTDIR=.\Debug +OUTDIR=.\libs +INTDIR=.\libs # Begin Custom Macros -OutDir=.\Debug +OutDir=.\libs # End Custom Macros ALL : "$(OUTDIR)\testall.exe" 1.1 httpd-apreq-2/win32/libapreq_cgi.def Index: libapreq_cgi.def =================================================================== LIBRARY EXPORTS apreq_env_header_in apreq_env_header_out apreq_env_jar apreq_env_pool apreq_env_query_string apreq_env_read apreq_env_request apreq_env 1.1 httpd-apreq-2/win32/mod_apreq.def Index: mod_apreq.def =================================================================== LIBRARY EXPORTS apreq_env_header_in apreq_env_header_out apreq_env_jar apreq_env_pool apreq_env_query_string apreq_env_read apreq_env_request apreq_env
