You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2003/01/20 19:37:27 UTC

cvs commit: apr libapr.dsp

wrowe       2003/01/20 10:37:27

  Modified:    .        libapr.dsp
  Log:
    Identify libapr as a .dll, not an .exe.  Submitted by Mladen Turk.
  
  Revision  Changes    Path
  1.79      +1 -1      apr/libapr.dsp
  
  Index: libapr.dsp
  ===================================================================
  RCS file: /home/cvs/apr/libapr.dsp,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- libapr.dsp	7 Jan 2003 00:52:50 -0000	1.78
  +++ libapr.dsp	20 Jan 2003 18:37:26 -0000	1.79
  @@ -608,7 +608,7 @@
   InputPath=.\build\win32ver.awk
   
   ".\libapr.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  -	awk -f ./build/win32ver.awk libapr "Apache Portability Runtime Library"  ../../include/ap_release.h > .\libapr.rc
  +	awk -f ./build/win32ver.awk libapr.dll "Apache Portability Runtime Library"  ../../include/ap_release.h > .\libapr.rc
   
   # End Custom Build