diff options
author | Michael Hönnig <mi@openoffice.org> | 2004-10-11 08:21:14 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2004-10-11 08:21:14 +0000 |
commit | 7132972bf580f70854ed3078ed36e1ba024617a4 (patch) | |
tree | bf7af0844be9073747ce4ca56149cfe383d8720d /bean/prj | |
parent | 1c4528d7dc00ac19593dbf2d72b12834801b190b (diff) |
first revision of build control files for bean project
Diffstat (limited to 'bean/prj')
-rw-r--r-- | bean/prj/d.lst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bean/prj/d.lst b/bean/prj/d.lst new file mode 100644 index 000000000000..4cd174d5b866 --- /dev/null +++ b/bean/prj/d.lst @@ -0,0 +1,8 @@ +..\%__SRC%\class\officebean.jar %_DEST%\bin%_EXT%\officebean.jar + +..\%__SRC%\bin\officebean.dll %_DEST%\bin%_EXT%\officebean.dll +..\%__SRC%\lib\libofficebean.so %_DEST%\lib%_EXT%\libofficebean.so +..\%__SRC%\lib\*officebean.dylib %_DEST%\lib%_EXT%\*officebean.dylib + +dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" + |