diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-09-18 16:07:07 +0000 |
commit | 8ab086b6cc054501bfbf7ef6fa509c393691e860 (patch) | |
tree | 324d51845d7f1a2f4e02a14db22fb5947137c822 /unotools/prj/d.lst | |
parent | 411e68cc54ae97eebd79ae3a9cb2971b74cb2a9e (diff) |
initial import
Diffstat (limited to 'unotools/prj/d.lst')
-rw-r--r-- | unotools/prj/d.lst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unotools/prj/d.lst b/unotools/prj/d.lst new file mode 100644 index 000000000000..9879e4356e37 --- /dev/null +++ b/unotools/prj/d.lst @@ -0,0 +1,11 @@ +..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll +..\%__SRC%\lib\*.lib %_DEST%\lib%_EXT%\*.lib +..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib +..\%__SRC%\lib\*.sl %_DEST%\lib%_EXT%\*.sl +..\%__SRC%\bin\*.bin %_DEST%\bin%_EXT%\*.bin +..\%__SRC%\inc\*.bin %_DEST%\bin%_EXT%\*.bin + +mkdir: %_DEST%\inc%_EXT%\unotools +..\inc\unotools\*.mk %_DEST%\inc%_EXT%\unotools\*.mk +..\inc\unotools\*.hxx %_DEST%\inc%_EXT%\unotools\*.hxx |