diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2003-03-23 11:12:59 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2003-03-23 11:12:59 +0000 |
commit | e80bdbafeba9af9b58aac81b999f4b299c9eecd6 (patch) | |
tree | cfdc28280badab993505bbb4950633a026d526ca /pyuno/prj | |
parent | 479dc59b5cc884f3dd8c3f8e0bd955e6bcaebfa7 (diff) |
initial checkin for the pyuno-0.9.2 release
Diffstat (limited to 'pyuno/prj')
-rw-r--r-- | pyuno/prj/build.lst | 6 | ||||
-rw-r--r-- | pyuno/prj/d.lst | 14 |
2 files changed, 20 insertions, 0 deletions
diff --git a/pyuno/prj/build.lst b/pyuno/prj/build.lst new file mode 100644 index 000000000000..a158b29b8691 --- /dev/null +++ b/pyuno/prj/build.lst @@ -0,0 +1,6 @@ +pu pyuno : cppuhelper python NULL +pu pyuno usr1 - all br_mkout NULL +pu pyuno\unotypes nmake - all pu_unotypes NULL +pu pyuno\source\module nmake - all pu_module NULL +pu pyuno\source\loader nmake - all pu_loader pu_module NULL +#pu pyuno\source\scriptf nmake - all pu_scriptf pu_module NULL diff --git a/pyuno/prj/d.lst b/pyuno/prj/d.lst new file mode 100644 index 000000000000..91ee8bf762f0 --- /dev/null +++ b/pyuno/prj/d.lst @@ -0,0 +1,14 @@ +..\%__SRC%\lib\libpyuno.so %_DEST%\lib%_EXT%\libpyuno.so +..\%__SRC%\lib\pyuno.so %_DEST%\lib%_EXT%\pyuno.so +..\%__SRC%\lib\libpycpld.so %_DEST%\lib%_EXT%\libpycpld.so +..\%__SRC%\lib\unohelper.py %_DEST%\lib%_EXT%\unohelper.py +..\%__SRC%\lib\pythonloader.py %_DEST%\lib%_EXT%\pythonloader.py +..\%__SRC%\lib\uno.py %_DEST%\lib%_EXT%\uno.py +..\%__SRC%\lib\pyuno_services.rdb %_DEST%\bin%_EXT%\pyuno_services.rdb +..\%__SRC%\bin\pyuno_services.rdb %_DEST%\bin%_EXT%\pyuno_services.rdb + +..\%__SRC%\bin\pyuno.dll %_DEST%\bin%_EXT%\pyuno.dll +..\%__SRC%\bin\pycpld.dll %_DEST%\bin%_EXT%\pycpld.dll + +..\%__SRC%\misc\pyunorc %_DEST%\lib%_EXT%\pyunorc +..\%__SRC%\misc\pyuno.ini %_DEST%\bin%_EXT%\pyuno.ini |