diff options
author | Matthias Huetsch <mhu@openoffice.org> | 2001-05-31 09:53:25 +0000 |
---|---|---|
committer | Matthias Huetsch <mhu@openoffice.org> | 2001-05-31 09:53:25 +0000 |
commit | 04592d14f65bac16a4cec47c2717fd68f0f20b96 (patch) | |
tree | b33eb4bd1518e01b99da120f7e901af7b77306ad /salhelper/prj | |
parent | 4bfaa28cc409774ed174c99478d0acf44e1e3d05 (diff) |
#87187# Added missing header files.
Diffstat (limited to 'salhelper/prj')
-rw-r--r-- | salhelper/prj/d.lst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/salhelper/prj/d.lst b/salhelper/prj/d.lst index fc737d1475cf..7b7d95b018c1 100644 --- a/salhelper/prj/d.lst +++ b/salhelper/prj/d.lst @@ -1,6 +1,11 @@ mkdir: %_DEST%\inc%_EXT%\salhelper ..\inc\salhelper\dynload.hxx %_DEST%\inc%_EXT%\salhelper\dynload.hxx +..\inc\salhelper\future.hxx %_DEST%\inc%_EXT%\salhelper\future.hxx +..\inc\salhelper\futurequeue.hxx %_DEST%\inc%_EXT%\salhelper\futurequeue.hxx +..\inc\salhelper\monitor.hxx %_DEST%\inc%_EXT%\salhelper\monitor.hxx +..\inc\salhelper\queue.hxx %_DEST%\inc%_EXT%\salhelper\queue.hxx +..\inc\salhelper\refobj.hxx %_DEST%\inc%_EXT%\salhelper\refobj.hxx ..\%__SRC%\bin\salhelper*.dll %_DEST%\bin%_EXT%\salhelper*.dll @@ -10,4 +15,3 @@ mkdir: %_DEST%\inc%_EXT%\salhelper ..\%__SRC%\lib\libsalhelper*.dylib %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\libsalhelper*.a %_DEST%\lib%_EXT%\* ..\%__SRC%\lib\salhelper*.lib %_DEST%\lib%_EXT%\* -..\%__SRC%\misc\salhelper*.pdb %_DEST%\misc%_EXT%\* |