diff options
author | David Tardon <dtardon@redhat.com> | 2011-12-25 16:17:04 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-12-25 20:37:10 +0100 |
commit | 0751491892c3cb90e08528fd483d33fd232aa67e (patch) | |
tree | d6d21ac9e1f722726557d989d4307274960d8dff /UnoControls/prj | |
parent | 5451e9c702afb7c570662c740b33f2481abb7cb1 (diff) |
gbuildize UnoControls
Diffstat (limited to 'UnoControls/prj')
-rw-r--r-- | UnoControls/prj/build.lst | 4 | ||||
-rw-r--r-- | UnoControls/prj/d.lst | 6 | ||||
-rw-r--r-- | UnoControls/prj/makefile.mk | 1 |
3 files changed, 2 insertions, 9 deletions
diff --git a/UnoControls/prj/build.lst b/UnoControls/prj/build.lst index 473776ffbedd..adfce8fa9d03 100644 --- a/UnoControls/prj/build.lst +++ b/UnoControls/prj/build.lst @@ -1,5 +1,3 @@ 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 -us UnoControls\util nmake - all us_util us_base us_ctrls NULL +us UnoControls\prj nmake - all us_prj NULL diff --git a/UnoControls/prj/d.lst b/UnoControls/prj/d.lst index 4c1de78bd819..e69de29bb2d1 100644 --- a/UnoControls/prj/d.lst +++ b/UnoControls/prj/d.lst @@ -1,6 +0,0 @@ -..\%__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 diff --git a/UnoControls/prj/makefile.mk b/UnoControls/prj/makefile.mk new file mode 100644 index 000000000000..0997622e00f6 --- /dev/null +++ b/UnoControls/prj/makefile.mk @@ -0,0 +1 @@ +.INCLUDE : gbuildbridge.mk |