diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-21 18:12:16 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-21 18:12:16 -0500 |
commit | 0d4720d1e1ffcefc43ae2af59c7487ab0bfab2ce (patch) | |
tree | 7cacea747b7ff3de52f69a8605ef486463201a9c /UnoControls | |
parent | 57b992c0b57daba5f44b5c4cdb08e817f355ea01 (diff) |
undo anything not wizard related in the previous merge-commit
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/prj/build.lst | 2 | ||||
-rw-r--r-- | UnoControls/prj/d.lst | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/UnoControls/prj/build.lst b/UnoControls/prj/build.lst index 775cb902f5ca..473776ffbedd 100644 --- a/UnoControls/prj/build.lst +++ b/UnoControls/prj/build.lst @@ -1,4 +1,4 @@ -us UnoControls : LIBXSLT:libxslt cppuhelper offuh tools NULL +us UnoControls : LIBXSLT:libxslt cppuhelper offapi tools NULL us UnoControls usr1 - all us_mkout NULL us UnoControls\source\base nmake - all us_base NULL us UnoControls\source\controls nmake - all us_ctrls NULL diff --git a/UnoControls/prj/d.lst b/UnoControls/prj/d.lst index 370fc0c9fc46..4c1de78bd819 100644 --- a/UnoControls/prj/d.lst +++ b/UnoControls/prj/d.lst @@ -1,6 +1,6 @@ -..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll -..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT% -..\%__SRC%\lib\*.sl %_DEST%\lib%_EXT%\*.sl -..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res -..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib -..\%__SRC%\misc\ctl.component %_DEST%\xml%_EXT%\ctl.component +..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll +..\%__SRC%\lib\lib*.so %_DEST%\lib +..\%__SRC%\lib\*.sl %_DEST%\lib\*.sl +..\%__SRC%\bin\*.res %_DEST%\bin\*.res +..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib +..\%__SRC%\misc\ctl.component %_DEST%\xml\ctl.component |