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/02 11:46:26 UTC

cvs commit: ws-axis/c/vc AxisServerDLL.dsp

sanjaya     2004/11/02 02:46:26

  Modified:    c/vc     AxisServerDLL.dsp
  Log:
  corrected post build step of AxisServer vc project
  
  Revision  Changes    Path
  1.17      +1 -1      ws-axis/c/vc/AxisServerDLL.dsp
  
  Index: AxisServerDLL.dsp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/AxisServerDLL.dsp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- AxisServerDLL.dsp	6 Jul 2004 14:16:48 -0000	1.16
  +++ AxisServerDLL.dsp	2 Nov 2004 10:46:25 -0000	1.17
  @@ -88,7 +88,7 @@
   # ADD LINK32 /nologo /dll /pdb:none /debug /machine:I386 /out:"../bin/AxisServer_D.dll"
   # Begin Special Build Tool
   SOURCE="$(InputPath)"
  -PostBuild_Cmds=copy ..\bin\AxisServer_D.dll "%AXIS_HOME%\libs\."
  +PostBuild_Cmds=copy ..\bin\AxisServer_D.dll "%AXISCPP_DEPLOY%\lib\."
   # End Special Build Tool
   
   !ENDIF