summaryrefslogtreecommitdiff
path: root/configmgr/prj
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/prj')
-rw-r--r--configmgr/prj/d.lst4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/prj/d.lst b/configmgr/prj/d.lst
index 074aed01db52..78315010aed6 100644
--- a/configmgr/prj/d.lst
+++ b/configmgr/prj/d.lst
@@ -1,5 +1,5 @@
mkdir: %_DEST%\inc%_EXT%\configmgr
-..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT%
+..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%
..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
..\%__SRC%\lib\*.sl %_DEST%\lib%_EXT%\*.sl
..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll
@@ -7,6 +7,6 @@ mkdir: %_DEST%\inc%_EXT%\configmgr
..\%__SRC%\bin\*.exe %_DEST%\bin%_EXT%\*.exe
..\%__SRC%\bin\*.bin %_DEST%\bin%_EXT%\*.bin
-..\%__SRC%\misc\cfgmgr2.xml %_DEST%\xml%_EXT%\cfgmgr2.xml
+..\%__SRC%\misc\configmgr2.uno.xml %_DEST%\xml%_EXT%\configmgr2.uno.xml
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"