office-gobmx/jurt
Tor Lillqvist 07976ee1de Don't export a variable called PATH_SEPARATOR
It used to be mis-spelled PATH_SEPERATOR. Now, after correcting the spelling,
it breaks the build of 3rd-party libraries using autoconfigury on Windows. The
value of PATH_SEPARATOR is ";" on Windows, and the configure scripts of those
libs run in Cygwin and assume that a PATH_SEPARATOR environment variable
should be correct for Cygwin. Which ";" isn't.

Rename the variable to LIBO_PATH_SEPARATOR.

Change-Id: Iff0eb93bf11d9f844a28be7ea4456e4c0ae10844
2013-05-15 14:23:39 +03:00
..
com/sun/star
source/pipe
test/com/sun/star
util
workbench/com/sun/star/comp/urlresolver
CustomTarget_jnilib.mk
CustomTarget_test_urp.mk
InternalUnoApi_test_urp.mk
Jar_jurt.mk
JunitTest_bridgefactory.mk
JunitTest_connections.mk
JunitTest_java.mk
JunitTest_java_remote.mk
JunitTest_remote.mk
JunitTest_uno.mk
JunitTest_urp.mk
JunitTest_util.mk
Library_jpipe.mk
Library_jpipx.mk
Makefile
Module_jurt.mk
Package_jnilib.mk
README

JURT means Java Uno Runtime and implements most of Java UNO.