You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2004/06/01 05:34:05 UTC

cvs commit: ws-axis/c/vc/server/apache1_3 Apache1_3Module.dsp

roshan      2004/05/31 20:34:05

  Modified:    c/vc/server/apache1_3 Apache1_3Module.dsp
  Log:
  changed the out put path
  
  Revision  Changes    Path
  1.8       +1 -1      ws-axis/c/vc/server/apache1_3/Apache1_3Module.dsp
  
  Index: Apache1_3Module.dsp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/server/apache1_3/Apache1_3Module.dsp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Apache1_3Module.dsp	18 May 2004 11:09:11 -0000	1.7
  +++ Apache1_3Module.dsp	1 Jun 2004 03:34:05 -0000	1.8
  @@ -85,7 +85,7 @@
   # ADD BSC32 /nologo
   LINK32=link.exe
   # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
  -# ADD LINK32 AxisServer_D.lib ApacheCore.lib /nologo /dll /debug /machine:I386 /out:"C:\Program Files\Apache Group\Apache\modules/mod_axis.dll" /pdbtype:sept /libpath:"../../../bin" /libpath:"../../../lib/apache1_3"
  +# ADD LINK32 AxisServer_D.lib ApacheCore.lib /nologo /dll /debug /machine:I386 /out:"../../../bin/mod_axis.dll" /pdbtype:sept /libpath:"../../../bin" /libpath:"../../../lib/apache1_3"
   # SUBTRACT LINK32 /profile
   
   !ENDIF