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

[PATCH] windows build..

From: Martin Hauner <hauner_at_web.de>
Date: 2003-12-17 16:54:11 CET

Hi all,

A few swig projects include apr_md5.h from apr-util but are missing
the include path in the project settings.

-- 
Martin

A few swig projects include apr_md5.h from apr-util but are missing
the include path in the project settings.

* build/generator/gen_win.py
  (get_win_includes): added apr-util include to swig targets.
 

Index: build/generator/gen_win.py
===================================================================
--- build/generator/gen_win.py (revision 8016)
+++ build/generator/gen_win.py (working copy)
@@ -432,7 +432,8 @@
     elif isinstance(target, gen_base.TargetSWIG):
       fakeincludes = self.map_rootpath(["subversion/bindings/swig",
                                         "subversion/include",
- "apr/include"], rootpath)
+ "apr/include",
+ "apr-util/include"], rootpath)
     else:
       fakeincludes = self.map_rootpath(["subversion/include",
                                         "apr/include",

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 17 16:53:18 2003

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.