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

[PATCH] Add a libraries-only build target

From: D.J. Heap <djheap_at_gmail.com>
Date: 2005-12-21 04:00:38 CET

Any objections to committing this in a day or two?

Log:

Add a libraries-only build target.

This is useful for GUI (TSVN) clients who may not need or want to
build all the exe's, tests, etc.

* build.conf
  Add a __LIBS__ build target for our libraries and their dependencies.

Index: build.conf
===================================================================
--- build.conf (revision 17890)
+++ build.conf (working copy)
@@ -841,6 +841,12 @@
        diff-test diff3-test diff4-test
        locks-test

+[__LIBS__]
+type = project
+path = build/win32
+libs = fs-libs ra-libs libsvn_client libsvn_subr libsvn_wc
+ aprutil apriconv apr neon
+
 [__CONFIG__]
 type = lib
 external-project = build/win32/svn_config

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 25 01:08:06 2005

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.