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 2002/02/13 21:47:15 UTC

cvs commit: apr/build apr_app.dsp libapr_app.dsp

wrowe       02/02/13 12:47:15

  Modified:    build    apr_app.dsp libapr_app.dsp
  Log:
    This wasn't used in 2.0.31, so no fault, no foul; but we must be putting
    Release stuff in Release paths.  Also adds misc.c since my reorganization
    of some code in a bit will make more things tightly private and shared
    from misc.c.  The misc.c code never includes exports, and the libapr_app
    code needs some of these private bits.  An apr_app, on the other hand,
    does build with internal symbols exposed, so we don't need a recompile
    of the utf8_ucs2.c file - we can share.
  
  Revision  Changes    Path
  1.4       +0 -4      apr/build/apr_app.dsp
  
  Index: apr_app.dsp
  ===================================================================
  RCS file: /home/cvs/apr/build/apr_app.dsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- apr_app.dsp	31 Jan 2002 23:34:04 -0000	1.3
  +++ apr_app.dsp	13 Feb 2002 20:47:15 -0000	1.4
  @@ -85,9 +85,5 @@
   
   SOURCE=..\misc\win32\apr_app.c
   # End Source File
  -# Begin Source File
  -
  -SOURCE=..\i18n\unix\utf8_ucs2.c
  -# End Source File
   # End Target
   # End Project
  
  
  
  1.2       +9 -5      apr/build/libapr_app.dsp
  
  Index: libapr_app.dsp
  ===================================================================
  RCS file: /home/cvs/apr/build/libapr_app.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- libapr_app.dsp	31 Jan 2002 23:34:04 -0000	1.1
  +++ libapr_app.dsp	13 Feb 2002 20:47:15 -0000	1.2
  @@ -32,16 +32,16 @@
   
   # PROP BASE Use_MFC 0
   # PROP BASE Use_Debug_Libraries 0
  -# PROP BASE Output_Dir "Debug"
  -# PROP BASE Intermediate_Dir "Debug"
  +# PROP BASE Output_Dir "Release"
  +# PROP BASE Intermediate_Dir "Release"
   # PROP BASE Target_Dir ""
   # PROP Use_MFC 0
   # PROP Use_Debug_Libraries 0
  -# PROP Output_Dir "Debug"
  -# PROP Intermediate_Dir "Debug"
  +# PROP Output_Dir "Release"
  +# PROP Intermediate_Dir "Release"
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /MD /W3 /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
  -# ADD CPP /nologo /MD /W3 /O2 /I "../include" /I "../include/arch" /I "../include/arch/win32" /I "../include/arch/unix" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "APR_APP" /Fd"Debug\libapr_app" /FD /c
  +# ADD CPP /nologo /MD /W3 /O2 /I "../include" /I "../include/arch" /I "../include/arch/win32" /I "../include/arch/unix" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "APR_APP" /Fd"Release\libapr_app" /FD /c
   # ADD BASE RSC /l 0x409
   # ADD RSC /l 0x409
   BSC32=bscmake.exe
  @@ -84,6 +84,10 @@
   # Begin Source File
   
   SOURCE=..\misc\win32\apr_app.c
  +# End Source File
  +# Begin Source File
  +
  +SOURCE=..\misc\win32\misc.c
   # End Source File
   # Begin Source File