summaryrefslogtreecommitdiffstats
path: root/stoc/prj
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-12 10:48:40 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 11:42:50 +0100
commitd2097ad456b4626dd6972e015489ce3d22eb1872 (patch)
tree41a9b1ca1551795888cfcae15f606d502a6806e7 /stoc/prj
parentadd InternalUnoApi class (diff)
downloadcore-d2097ad456b4626dd6972e015489ce3d22eb1872.tar.gz
core-d2097ad456b4626dd6972e015489ce3d22eb1872.zip
gbuildize stoc
Diffstat (limited to 'stoc/prj')
-rw-r--r--stoc/prj/build.lst24
-rw-r--r--stoc/prj/d.lst29
-rwxr-xr-xstoc/prj/makefile.mk1
3 files changed, 2 insertions, 52 deletions
diff --git a/stoc/prj/build.lst b/stoc/prj/build.lst
index c7a1fe693919..a8e1a73033dc 100644
--- a/stoc/prj/build.lst
+++ b/stoc/prj/build.lst
@@ -1,25 +1,3 @@
tc stoc : DESKTOP:rdbmaker cppuhelper cppu jvmaccess sal salhelper jvmfwk xmlreader LIBXSTL:libxslt registry NULL
tc stoc usr1 - all tc_mkout NULL
-tc stoc\inc nmake - all tc_inc NULL
-tc stoc\source\defaultregistry nmake - all tc_defr tc_boot tc_inc NULL
-tc stoc\source\implementationregistration nmake - all tc_ireg tc_boot tc_defr tc_inc NULL
-tc stoc\source\loader nmake - all tc_loa tc_boot tc_ireg tc_inc NULL
-tc stoc\source\bootstrap nmake - all tc_boot tc_inc NULL
-tc stoc\source\stocservices nmake - all tc_stserv tc_inc NULL
-tc stoc\source\servicemanager nmake - all tc_smgr tc_boot tc_loa tc_inc NULL
-tc stoc\source\security nmake - all tc_sec tc_boot tc_loa tc_inc NULL
-tc stoc\source\simpleregistry nmake - all tc_sreg tc_boot tc_smgr tc_inc NULL
-tc stoc\source\registry_tdprovider nmake - all tc_regtd tc_boot tc_sreg tc_inc NULL
-tc stoc\source\tdmanager nmake - all tc_tdmng tc_boot tc_regtd tc_inc NULL
-tc stoc\source\corereflection nmake - all tc_corerefl tc_tdmng tc_inc NULL
-tc stoc\source\inspect nmake - all tc_inspect tc_corerefl tc_inc NULL
-tc stoc\source\invocation nmake - all tc_invocation tc_inspect tc_inc NULL
-tc stoc\source\invocation_adapterfactory nmake - all tc_iadapter tc_invocation tc_inc NULL
-tc stoc\source\namingservice nmake - all tc_nservice tc_iadapter tc_inc NULL
-tc stoc\source\proxy_factory nmake - all tc_proxyfact tc_inc NULL
-tc stoc\source\typeconv nmake - all tc_tcv tc_stserv tc_nservice tc_inc NULL
-tc stoc\source\javavm nmake - all tc_jvm tc_inc NULL
-tc stoc\source\javaloader nmake - all tc_jvload tc_inc NULL
-tc stoc\source\uriproc nmake - all tc_uriproc tc_stserv tc_inc NULL
-tc stoc\util nmake - all tc_util tc_boot tc_stserv tc_tcv tc_uriproc tc_smgr tc_inc tc_sreg tc_defr tc_ireg tc_regtd tc_tdmng tc_sec NULL
-tc stoc\test\uriproc nmake - all tc_test_uriproc tc_util NULL
+tc stoc\prj nmake - all tc_prj NULL
diff --git a/stoc/prj/d.lst b/stoc/prj/d.lst
index 7490b0229781..e69de29bb2d1 100644
--- a/stoc/prj/d.lst
+++ b/stoc/prj/d.lst
@@ -1,29 +0,0 @@
-mkdir: %_DEST%\inc\stoc
-
-..\%__SRC%\bin\*.dll %_DEST%\bin\*
-..\%__SRC%\lib\*.so %_DEST%\lib\*
-..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib
-..\%__SRC%\lib\*.uno.a %_DEST%\lib\*.uno.a
-..\%__SRC%\bin\*.rdb %_DEST%\rdb\*
-..\%__SRC%\misc\bootstrap.component %_DEST%\xml\bootstrap.component
-..\%__SRC%\misc\introspection.component %_DEST%\xml\introspection.component
-..\%__SRC%\misc\invocadapt.component %_DEST%\xml\invocadapt.component
-..\%__SRC%\misc\invocation.component %_DEST%\xml\invocation.component
-..\%__SRC%\misc\javaloader.component %_DEST%\xml\javaloader.component
-..\%__SRC%\misc\javavm.component %_DEST%\xml\javavm.component
-..\%__SRC%\misc\namingservice.component %_DEST%\xml\namingservice.component
-..\%__SRC%\misc\proxyfac.component %_DEST%\xml\proxyfac.component
-..\%__SRC%\misc\reflection.component %_DEST%\xml\reflection.component
-..\%__SRC%\misc\stocservices.component %_DEST%\xml\stocservices.component
-
-..\source\module-description.dtd %_DEST%\xml\module-description.dtd
-..\source\corereflection\corefl.xml %_DEST%\xml\reflection.uno.xml
-..\source\inspect\insp.xml %_DEST%\xml\introspection.uno.xml
-..\source\invocation\inv.xml %_DEST%\xml\invocation.uno.xml
-..\source\invocation_adapterfactory\invadp.xml %_DEST%\xml\invocadapt.uno.xml
-..\source\javavm\jen.xml %_DEST%\xml\javavm.uno.xml
-..\source\javaloader\javaloader.xml %_DEST%\xml\javaloader.uno.xml
-..\source\namingservice\namingservice.xml %_DEST%\xml\namingservice.uno.xml
-..\source\proxy_factory\proxyfac.xml %_DEST%\xml\proxyfac.uno.xml
-..\source\bootstrap\bootstrap.xml %_DEST%\xml\bootstrap.uno.xml
-..\source\typeconv\stocserv.xml %_DEST%\xml\stocserv.uno.xml
diff --git a/stoc/prj/makefile.mk b/stoc/prj/makefile.mk
new file mode 100755
index 000000000000..0997622e00f6
--- /dev/null
+++ b/stoc/prj/makefile.mk
@@ -0,0 +1 @@
+.INCLUDE : gbuildbridge.mk