diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-09-29 10:28:15 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-09-29 10:28:15 +0000 |
commit | b83bbfa982ec0bdf93fb96e515ba7e2d053d66e8 (patch) | |
tree | 0bfac8a4080bca433ec6e3892dd3f4c1142593c9 /comphelper/prj | |
parent | dc8ad513eb9af14c133c8984081196eea2df5839 (diff) |
initial import
Diffstat (limited to 'comphelper/prj')
-rw-r--r-- | comphelper/prj/d.lst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comphelper/prj/d.lst b/comphelper/prj/d.lst new file mode 100644 index 000000000000..6a739fe3b1e7 --- /dev/null +++ b/comphelper/prj/d.lst @@ -0,0 +1,10 @@ +..\%__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%\comphelper +..\inc\comphelper\*.hxx %_DEST%\inc%_EXT%\comphelper\*.hxx |