summaryrefslogtreecommitdiff
path: root/sj2/prj
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-09-18 16:07:07 +0000
commitfd069bee7e57ad529c3c0974559fd2d84ec3151a (patch)
treeef2eddeefb786feaf966d6a1c0c291872c0ae420 /sj2/prj
parent04c1c754ab9d0ad07f2c5362d46597d13efe75c2 (diff)
initial import
Diffstat (limited to 'sj2/prj')
-rw-r--r--sj2/prj/d.lst15
1 files changed, 15 insertions, 0 deletions
diff --git a/sj2/prj/d.lst b/sj2/prj/d.lst
new file mode 100644
index 000000000000..e0246462b8b8
--- /dev/null
+++ b/sj2/prj/d.lst
@@ -0,0 +1,15 @@
+dos: mkdir %_DEST%\inc%_EXT%\sj2
+..\%__SRC%\class\classes.jar %_DEST%\bin%_EXT%\classes.jar
+hedabu: ..\inc\sjapplet.hxx %_DEST%\inc%_EXT%\sj2\sjapplet.hxx
+
+..\%__SRC%\lib\sj.lib %_DEST%\lib%_EXT%\sj.lib
+..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so
+..\%__SRC%\slb\sj.lib %_DEST%\lib%_EXT%\xsj.lib
+..\%__SRC%\bin\j%UPD%*_g.dll %_DEST%\bin%_EXT%\j%UPD%*_g.dll
+
+dos: if "%GUI%" == "WIN" attrib -r %_DEST%\bin%_EXT%\sj%UPD%*.map
+dos: if "%GUI%" == "WIN" copy ..\%__SRC%\misc\sj%UPD%*.map %_DEST%\bin%_EXT%\sj2%UPD%*.map
+dos: if "%GUI%" == "WIN" attrib +r %_DEST%\bin%_EXT%\sj2%UPD%*.map
+dos: if "%GUI%" == "OS2" attrib -r %_DEST%\bin%_EXT%\sj2%UPD%*.map
+dos: if "%GUI%" == "OS2" copy ..\%__SRC%\misc\sj%UPD%*.map %_DEST%\bin%_EXT%\sj2%UPD%*.map
+dos: if "%GUI%" == "OS2" attrib +r %_DEST%\bin%_EXT%\sj2%UPD%*.map