diff options
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 |