You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2004/11/15 07:17:23 UTC

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

sanjaya     2004/11/14 22:17:23

  Modified:    c/vc/server/apache1_3 Apache1_3Module.dsp
  Log:
  corrected post build step
  
  Revision  Changes    Path
  1.10      +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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Apache1_3Module.dsp	28 Jun 2004 07:26:41 -0000	1.9
  +++ Apache1_3Module.dsp	15 Nov 2004 06:17:23 -0000	1.10
  @@ -58,7 +58,7 @@
   # SUBTRACT LINK32 /profile
   # Begin Special Build Tool
   SOURCE="$(InputPath)"
  -PostBuild_Cmds=copy ..\..\..\bin\mod_axis.dll "%AXIS_HOME%\..\modules\."
  +PostBuild_Cmds=copy ..\..\..\bin\mod_axis.dll "%AXISCPP_DEPLOY%\..\modules\."
   # End Special Build Tool
   
   !ELSEIF  "$(CFG)" == "Apache1_3Module - Win32 Debug"