Kaydet (Commit) 97cc93cb authored tarafından Kai Sommerfeld's avatar Kai Sommerfeld

rebase to dev300 m69.

...@@ -42,27 +42,6 @@ ...@@ -42,27 +42,6 @@
#include <x_parse.hxx> #include <x_parse.hxx>
#include "pe_file.hxx" #include "pe_file.hxx"
#ifdef IRIX
// see i19418 incomplete type for cpp::PE_Namespace
#include "pe_namsp.hxx"
#include "pe_ignor.hxx"
#include "pe_defs.hxx"
#include "pe_vafu.hxx"
#include "pe_tydef.hxx"
#include "pe_tpltp.hxx"
#include "pe_type.hxx"
#include "pe_vari.hxx"
#include "pe_funct.hxx"
#include "pe_enum.hxx"
#include "pe_param.hxx"
#include "pe_class.hxx"
#include "pe_expression.hxx"
#include "pe_base.hxx"
#include "pe_enum.hxx"
#include "pe_enval.hxx"
#endif
const uintt C_nNO_TRY = uintt(-1); const uintt C_nNO_TRY = uintt(-1);
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
<path id="scriptclasspath"> <path id="scriptclasspath">
<pathelement location="${opp}/classes/unoil.jar"/> <pathelement location="${opp}/classes/unoil.jar"/>
<pathelement location="${opp}/classes/ridl.jar"/> <pathelement location="${opp}/classes/ridl.jar"/>
<pathelement location="${opp}/classes/sandbox.jar"/>
<pathelement location="${opp}/classes/jurt.jar"/> <pathelement location="${opp}/classes/jurt.jar"/>
<pathelement location="${opp}/classes/juh.jar"/> <pathelement location="${opp}/classes/juh.jar"/>
<pathelement location="${opp}/classes/ScriptFramework.jar"/> <pathelement location="${opp}/classes/ScriptFramework.jar"/>
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
<path id="scriptclasspath"> <path id="scriptclasspath">
<pathelement location="${opp}/classes/unoil.jar"/> <pathelement location="${opp}/classes/unoil.jar"/>
<pathelement location="${opp}/classes/ridl.jar"/> <pathelement location="${opp}/classes/ridl.jar"/>
<pathelement location="${opp}/classes/sandbox.jar"/>
<pathelement location="${opp}/classes/jurt.jar"/> <pathelement location="${opp}/classes/jurt.jar"/>
<pathelement location="${opp}/classes/juh.jar"/> <pathelement location="${opp}/classes/juh.jar"/>
<pathelement location="${opp}/classes/ScriptFramework.jar"/> <pathelement location="${opp}/classes/ScriptFramework.jar"/>
......
...@@ -52,7 +52,6 @@ JAVA_PACKAGES=\ ...@@ -52,7 +52,6 @@ JAVA_PACKAGES=\
com.sun.star.comp.helper \ com.sun.star.comp.helper \
com.sun.star.lib.uno.helper \ com.sun.star.lib.uno.helper \
com.sun.star.lib.unoloader \ com.sun.star.lib.unoloader \
com.sun.star.tools.uno \
com.sun.star.uno \ com.sun.star.uno \
$(JAVA_SRC_DIR)$/com$/sun$/star$/lib$/util$/UrlToFileMapper.java $(JAVA_SRC_DIR)$/com$/sun$/star$/lib$/util$/UrlToFileMapper.java
# com.sun.star.beans \ # com.sun.star.beans \
......
od odk :: cppuhelper cpputools io jurt javaunohelper sandbox remotebridges stoc udkapi ridljar offapi unoil autodoc unodevtools external cli_ure NULL od odk :: cppuhelper jurt javaunohelper udkapi ridljar offapi autodoc unodevtools external NULL
od odk usr1 - all od_mkout NULL od odk usr1 - all od_mkout NULL
od odk\inc nmake - all od_inc NULL od odk\inc nmake - all od_inc NULL
od odk\source\com\sun\star\lib\loader nmake - all od_loader od_inc NULL od odk\source\com\sun\star\lib\loader nmake - all od_loader od_inc NULL
......
...@@ -55,8 +55,6 @@ JAVA_INCLUDES+= -I$(JAVA_HOME)/include/bsd ...@@ -55,8 +55,6 @@ JAVA_INCLUDES+= -I$(JAVA_HOME)/include/bsd
JAVA_INCLUDES+= -I$(JAVA_HOME)/include/linux JAVA_INCLUDES+= -I$(JAVA_HOME)/include/linux
.ELIF "$(OS)" == "NETBSD" .ELIF "$(OS)" == "NETBSD"
JAVA_INCLUDES+= -I$(JAVA_HOME)/include/netbsd JAVA_INCLUDES+= -I$(JAVA_HOME)/include/netbsd
.ELIF "$(OS)" == "IRIX"
JAVA_INCLUDES+= -I$(JAVA_HOME)/include/solaris
.ENDIF .ENDIF
.ENDIF .ENDIF
......
...@@ -162,12 +162,6 @@ DESTPLATFROM=netbsd ...@@ -162,12 +162,6 @@ DESTPLATFROM=netbsd
########### ###########
DESTPLATFROM=freebsd DESTPLATFROM=freebsd
.ELIF "$(OS)"=="IRIX"
###########
# IRIX
###########
DESTPLATFROM=irix
.ELIF "$(OS)"=="MACOSX" .ELIF "$(OS)"=="MACOSX"
########### ###########
# MACOSX # MACOSX
......
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