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/12/15 13:42:21 UTC

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

sanjaya     2004/12/15 04:42:21

  Modified:    c/vc     AxisServerDLL.dsp
  Log:
  Removed unnecssarily included lib (i.e. libexpat.lib) in project settings
  
  Revision  Changes    Path
  1.20      +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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- AxisServerDLL.dsp	17 Nov 2004 05:58:21 -0000	1.19
  +++ AxisServerDLL.dsp	15 Dec 2004 12:42:21 -0000	1.20
  @@ -54,7 +54,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 /machine:I386
  -# ADD LINK32 libexpat.lib /nologo /dll /pdb:none /machine:I386 /out:"../bin/AxisServer.dll" /libpath:"../lib/expat"
  +# ADD LINK32 /nologo /dll /pdb:none /machine:I386 /out:"../bin/AxisServer.dll"
   # Begin Special Build Tool
   SOURCE="$(InputPath)"
   PostBuild_Cmds=copy ..\bin\AxisServer.dll "%AXISCPP_DEPLOY%\lib\."