[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 2491 - trunk trunk/subversion/include trunk/subversion/libsvn_fs trunk/subversion/libsvn_fs/bdb trunk/subversion/libsvn_fs/util trunk/subversion/tests/libsvn_fs trunk/subversion/libsvn_repos

From: Sebastian Bergmann <lists_at_sebastian-bergmann.de>
Date: 2002-07-12 23:32:55 CEST

cmpilato@tigris.org wrote:
> Author: cmpilato
> Date: Fri, 12 Jul 2002 15:37:53 -0500
> New Revision: 2491
>
> Added:
> trunk/subversion/libsvn_fs/bdb/changes-table.c
> trunk/subversion/libsvn_fs/bdb/changes-table.h
> trunk/subversion/tests/libsvn_fs/changes-test.c

  The following patch should unbreak the Win32 build by adding the
  new files to the .dsp:

Index: ./subversion/libsvn_fs/libsvn_fs.dsp
===================================================================
--- ./subversion/libsvn_fs/libsvn_fs.dsp
+++ ./subversion/libsvn_fs/libsvn_fs.dsp 2002-07-12
23:29:08.000000000 +0
200
@@ -124,6 +124,21 @@
 # PROP Default_Filter ""
 # Begin Source File

+SOURCE=".\bdb\changes-table.c"
+
+!IF "$(CFG)" == "libsvn_fs - Win32 Release"
+
+# PROP Intermediate_Dir "Release\obj\bdb"
+
+!ELSEIF "$(CFG)" == "libsvn_fs - Win32 Debug"
+
+# PROP Intermediate_Dir "Debug\obj\bdb"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
 SOURCE=".\bdb\copies-table.c"

 !IF "$(CFG)" == "libsvn_fs - Win32 Release"
@@ -319,6 +334,19 @@
 # PROP Default_Filter ""
 # Begin Source File

+SOURCE=".\bdb\changes-table.c"
+
+!IF "$(CFG)" == "libsvn_fs - Win32 Release"
+
+# PROP Intermediate_Dir "Release\obj\bdb"
+
+!ELSEIF "$(CFG)" == "libsvn_fs - Win32 Debug"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
 SOURCE=".\bdb\copies-table.h"

 !IF "$(CFG)" == "libsvn_fs - Win32 Release"

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/
  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 12 23:33:19 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.