summaryrefslogtreecommitdiff
path: root/scripting/prj
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-09-19 11:01:15 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2011-10-01 17:16:42 +0200
commit3250c79071dedbfd1bef1a6417d62fab76328a42 (patch)
treee1cc5d19b821bf2d874cfee8c519526bc948c1bf /scripting/prj
parentb7ca8f369658a446fb5dc1222f16df98f8d8165d (diff)
convert scripting to gbuild - first step
There are java and extensions missing.
Diffstat (limited to 'scripting/prj')
-rw-r--r--scripting/prj/build.lst15
-rw-r--r--scripting/prj/d.lst8
-rw-r--r--scripting/prj/makefile.mk40
3 files changed, 43 insertions, 20 deletions
diff --git a/scripting/prj/build.lst b/scripting/prj/build.lst
index eb57d2b63417..aa1cda87fa32 100644
--- a/scripting/prj/build.lst
+++ b/scripting/prj/build.lst
@@ -1,16 +1,7 @@
tc scripting : filter oovbaapi vbahelper bridges DESKTOP:rdbmaker vcl xmlscript basic sfx2 rhino BSH:beanshell javaunohelper LIBXSLT:libxslt NULL
-tc scripting usr1 - all tc1_mkout NULL
-tc scripting\inc nmake - all tc1_inc NULL
-tc scripting\source\provider nmake - all tc1_scriptingprovider tc1_inc NULL
-tc scripting\source\basprov nmake - all tc1_scriptingbasprov tc1_inc NULL
-tc scripting\source\vbaevents nmake - all tc1_scriptingvbaevents tc1_inc NULL
-tc scripting\source\dlgprov nmake - all tc1_scriptingdlgprov tc1_inc NULL
-tc scripting\source\stringresource nmake - all tc1_scriptingstringresource tc1_inc NULL
-tc scripting\source\pyprov nmake - all tc1_scriptingpyprov tc1_inc NULL
-tc scripting\source\protocolhandler nmake - all tc1_scriptingprotocolhandler tc1_scriptingprovider tc1_inc NULL
-tc scripting\java nmake - all tc1_scriptingjava tc1_scriptingprovider tc1_scriptingprotocolhandler NULL
+tc scripting\source\pyprov nmake - all tc1_scriptingpyprov NULL
+tc scripting\java nmake - all tc1_scriptingjava NULL
tc scripting\examples\java nmake - all tc1_scriptingexamplesjava tc1_scriptingjava NULL
-tc scripting\examples nmake - all tc1_scriptingexamples tc1_scriptingexamplesjava tc1_inc NULL
-tc scripting\util nmake - all tc1_scriptingutil tc1_scriptingprovider tc1_scriptingprotocolhandler tc1_scriptingbasprov tc1_scriptingstringresource tc1_scriptingvbaevents tc1_scriptingpyprov tc1_scriptingjava tc1_scriptingexamplesjava tc1_scriptingexamples NULL
+tc scripting\examples nmake - all tc1_scriptingexamples tc1_scriptingexamplesjava NULL
tc scripting\util\provider\javascript nmake - all tc1_scriptingjsprov tc1_scriptingjava NULL
tc scripting\util\provider\beanshell nmake - all tc1_scriptingbshprov tc1_scriptingjava NULL
diff --git a/scripting/prj/d.lst b/scripting/prj/d.lst
index f1caf4515fd4..f8efa29c9d41 100644
--- a/scripting/prj/d.lst
+++ b/scripting/prj/d.lst
@@ -12,18 +12,10 @@ mkdir: %_DEST%\bin\pyuno
..\%__SRC%\bin\*.rdb %_DEST%\rdb\*
-..\source\storage\storage.xml %_DEST%\xml\storage.xml
-
..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib\lib*static*.dylib
..\%__SRC%\misc\mailmerge.component %_DEST%\xml\mailmerge.component
..\%__SRC%\misc\ScriptFramework.component %_DEST%\xml\ScriptFramework.component
..\%__SRC%\misc\ScriptProviderForJava.component %_DEST%\xml\ScriptProviderForJava.component
-..\%__SRC%\misc\basprov.component %_DEST%\xml\basprov.component
-..\%__SRC%\misc\dlgprov.component %_DEST%\xml\dlgprov.component
-..\%__SRC%\misc\protocolhandler.component %_DEST%\xml\protocolhandler.component
-..\%__SRC%\misc\scriptframe.component %_DEST%\xml\scriptframe.component
-..\%__SRC%\misc\stringresource.component %_DEST%\xml\stringresource.component
-..\%__SRC%\misc\vbaevents.component %_DEST%\xml\vbaevents.component
# Extensions
..\%__SRC%\bin\*.oxt %_DEST%\bin\*.oxt
diff --git a/scripting/prj/makefile.mk b/scripting/prj/makefile.mk
new file mode 100644
index 000000000000..d30ff8a47e6b
--- /dev/null
+++ b/scripting/prj/makefile.mk
@@ -0,0 +1,40 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org. If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+PRJ=..
+TARGET=prj
+
+.INCLUDE : settings.mk
+
+.IF "$(VERBOSE)"!=""
+VERBOSEFLAG :=
+.ELSE
+VERBOSEFLAG := -s
+.ENDIF
+
+all:
+ cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog