Kaydet (Commit) e6a77c06 authored tarafından Oliver Bolte's avatar Oliver Bolte

#100000# UNIX not buildable

üst 40e8ad41
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.12 $ # $Revision: 1.13 $
# #
# last change: $Author: obo $ $Date: 2003-09-04 09:16:38 $ # last change: $Author: obo $ $Date: 2003-09-05 12:58:56 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -223,13 +223,11 @@ $(DESTDIR)$/bridgetest_inprocess_java$(BATCH_SUFFIX) : makefile.mk ...@@ -223,13 +223,11 @@ $(DESTDIR)$/bridgetest_inprocess_java$(BATCH_SUFFIX) : makefile.mk
$(GIVE_EXEC_RIGHTS) $@ $(GIVE_EXEC_RIGHTS) $@
.ENDIF .ENDIF
bla=testComponent.jar .IF "$(GUI)"=="WNT"
JAVACOMP=$(PWD) JAVA_TEST_COMPONENT = $(subst,\,/ file:///$(PWD:d))class/testComponent.jar
JavaComponentURL : $$JAVACOMP=file:///$($(assign $(JAVACOMP)= $(subst,\,/ $(PWD:d))class/testComponent.jar)) ; .ELSE
echo ###JavaComponentURL JAVA_TEST_COMPONENT = $(subst,\,/ file://$(PWD:d))class/testComponent.jar
@echo $(JAVACOMP) .ENDIF
# $(JAVACOMP)=file:///$($(assign $(JAVACOMP)= $(subst,\,/ $(PWD:d))class/testComponent.jar))
# I can't make a dependency on shared libraries, because dependent targets # I can't make a dependency on shared libraries, because dependent targets
# get the .setdir current directory. AAARGGGGGG ! # get the .setdir current directory. AAARGGGGGG !
...@@ -247,13 +245,11 @@ $(DESTDIR)$/uno_services.rdb .SETDIR=$(DESTDIR) : $(WINTARGETS) ...@@ -247,13 +245,11 @@ $(DESTDIR)$/uno_services.rdb .SETDIR=$(DESTDIR) : $(WINTARGETS)
-c javaloader.uno$(MY_DLLPOSTFIX) \ -c javaloader.uno$(MY_DLLPOSTFIX) \
-c javavm.uno$(MY_DLLPOSTFIX) -c javavm.uno$(MY_DLLPOSTFIX)
regcomp -register -br uno_types.rdb -br uno_services.rdb -r uno_services.rdb \ regcomp -register -br uno_types.rdb -br uno_services.rdb -r uno_services.rdb \
-c $(subst,\,/ file:///$(PWD:d))class/testComponent.jar \ -c $(JAVA_TEST_COMPONENT) \
-l com.sun.star.loader.Java \ -l com.sun.star.loader.Java \
-classpath $(MY_CLASSPATH) -classpath $(MY_CLASSPATH)
.ENDIF .ENDIF
BLA:=$(PWD:s/bin/class)
$(DESTDIR)$/regcomp.exe : $(SOLARBINDIR)$/regcomp.exe $(DESTDIR)$/regcomp.exe : $(SOLARBINDIR)$/regcomp.exe
-rm -f $@ -rm -f $@
cp $? $@ cp $? $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment