Patrick Mayweg wrote:
> Hi Branko,
>
> Branko Čibej wrote:
>
>> pmayweg@tigris.org wrote:
>>
>>> Author: pmayweg
>>> Date: Sun May 23 08:06:26 2004
>>> New Revision: 9862
>>>
>>> Modified:
>>> trunk/subversion/bindings/java/javahl/native/svnjavahl.dsp
>>> Log:
>>> * subversion/bindings/java/javahl/native/svnjavahl.dsp
>>> fix missing libraries
>>
>> Have you considered using the dsp generator to create this project file?
>
>
> I will do when I know how to add the compilation of the java classes
> and the generation of the header files. Thanks to the of Justin
> Erenkrantz that works for the non windows platforms but not for
> windows. I am still trying to understand in which python file I have
> to put that.
> I think I also need a __JAVAHL__ project.
> I would be very happy, if you could help me.
> Patrick
Sure, no problem. You don't strictly need a __JAVAHL__ top-level
project, but you can define it in build.conf; probably like this:
Index: build.conf
===================================================================
--- build.conf (revision 9850)
+++ build.conf (working copy)
@@ -848,6 +848,11 @@
type = lib
external-project = build/win32\svn_config
+[__JAVAHL__]
+type = project
+path = build/win32
+libs = libsvnjavahl
+
[__SWIG_PYTHON__]
type = swig_project
path = build/win32
Then you'll of course have to define the javahl project itself, to the
same file; look at the definition of any of the libsvn_* sections there.
I don't know how you generate the include files, so I can't suggest how
to do it with the generator. But I'm sure it can be done.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 23 19:36:42 2004