diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-08-25 22:28:03 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-08-26 13:08:23 +0200 |
commit | 7b7494785bd8e13a80150869cfe31ab744967cd2 (patch) | |
tree | f4e4cc5185c441310b0629a644a86fcc506ee62f /ucb/prj | |
parent | 6c3eff7ee952ad4da79082b52a2eaf288a6a262b (diff) |
novell-win32-odma.diff: ODMA dialog implementation.
i#6885, i#32741
Diffstat (limited to 'ucb/prj')
-rw-r--r-- | ucb/prj/build.lst | 1 | ||||
-rw-r--r-- | ucb/prj/d.lst | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ucb/prj/build.lst b/ucb/prj/build.lst index dad79213047e..e58d23926b22 100644 --- a/ucb/prj/build.lst +++ b/ucb/prj/build.lst @@ -16,3 +16,4 @@ uc ucb\source\ucp\tdoc nmake - all uc_tdoc uc_inc NULL uc ucb\source\ucp\expand nmake - all uc_expand uc_inc NULL uc ucb\source\ucp\ext nmake - all uc_ext uc_inc NULL uc ucb\qa\unoapi nmake - all uc_qa_unoapi NULL +uc ucb\source\ucp\odma nmake - w uc_odma uc_inc NULL diff --git a/ucb/prj/d.lst b/ucb/prj/d.lst index b02c8184a6e9..7b15e5b7fa3b 100644 --- a/ucb/prj/d.lst +++ b/ucb/prj/d.lst @@ -23,6 +23,11 @@ ..\%__SRC%\lib\ucp*.uno.dylib %_DEST%\lib%_EXT%\ucp*.uno.dylib ..\%__SRC%\misc\ucp*.map %_DEST%\bin%_EXT%\ucp*.map ..\%__SRC%\misc\ucp*.sym %_DEST%\bin%_EXT%\ucp*.sym + +..\%__SRC%\slb\odma_lib.lib %_DEST%\lib%_EXT%\odma_lib.lib +..\source\ucp\odma\odma.h %_DEST%\inc%_EXT%\odma.h +..\source\ucp\odma\odma_lib.hxx %_DEST%\inc%_EXT%\odma_lib.hxx + ..\source\ucp\file\ucpfile.xml %_DEST%\xml%_EXT%\ucpfile.xml ..\source\ucp\ftp\ucpftp.xml %_DEST%\xml%_EXT%\ucpftp.xml ..\source\ucp\hierarchy\ucphier.xml %_DEST%\xml%_EXT%\ucphier.xml |