You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by st...@locus.apache.org on 2000/12/05 19:45:56 UTC

cvs commit: apr-util aprutil.dsp

stoddard    00/12/05 10:45:55

  Modified:    .        aprutil.dsp
  Log:
  Add ap_hooks to the Windows project file.
  
  Revision  Changes    Path
  1.2       +9 -6      apr-util/aprutil.dsp
  
  Index: aprutil.dsp
  ===================================================================
  RCS file: /home/cvs/apr-util/aprutil.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- aprutil.dsp	2000/12/05 17:22:21	1.1
  +++ aprutil.dsp	2000/12/05 18:45:55	1.2
  @@ -26,6 +26,7 @@
   # PROP Scc_ProjName ""
   # PROP Scc_LocalPath ""
   CPP=cl.exe
  +RSC=rc.exe
   
   !IF  "$(CFG)" == "aprutil - Win32 Release"
   
  @@ -39,12 +40,11 @@
   # PROP Output_Dir "LibR"
   # PROP Intermediate_Dir "LibR"
   # PROP Target_Dir ""
  -RSC=rc.exe
  -# ADD BASE RSC /l 0x409
  -# ADD RSC /l 0x409
   # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
   # ADD CPP /nologo /MD /W3 /GX /O2 /I "./include" /I "../apr/include" /D "NDEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /FD /c
   # SUBTRACT CPP /YX
  +# ADD BASE RSC /l 0x409
  +# ADD RSC /l 0x409
   BSC32=bscmake.exe
   # ADD BASE BSC32 /nologo
   # ADD BSC32 /nologo
  @@ -65,12 +65,11 @@
   # PROP Intermediate_Dir "LibD"
   # PROP Ignore_Export_Lib 0
   # PROP Target_Dir ""
  -RSC=rc.exe
  -# ADD BASE RSC /l 0x409
  -# ADD RSC /l 0x409
   # ADD BASE CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
   # ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "../apr/include" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /FD /c
   # SUBTRACT CPP /YX
  +# ADD BASE RSC /l 0x409
  +# ADD RSC /l 0x409
   BSC32=bscmake.exe
   # ADD BASE BSC32 /nologo
   # ADD BSC32 /nologo
  @@ -156,6 +155,10 @@
   # Begin Group "hooks"
   
   # PROP Default_Filter ""
  +# Begin Source File
  +
  +SOURCE=.\src\hooks\ap_hooks.c
  +# End Source File
   # End Group
   # Begin Group "uri"