diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:37:38 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 12:37:38 +0000 |
commit | 761ad51e2a1a07d568ce1eb4b8a6d86245d2acc5 (patch) | |
tree | 3d376525892ae73ca975db488c67717519fd6227 /boost/prj | |
parent | f6b55a9f1f5771e5617287d6887835c701a9e99b (diff) |
INTEGRATION: CWS canvas02 (1.8.12); FILE MERGED
2005/07/29 14:44:12 thb 1.8.12.3: #i48939# Also exporting tuple now
2005/07/28 14:27:02 thb 1.8.12.2: Merged in changes from CWS glcanvas: added boost-pool
2005/07/21 14:35:18 thb 1.8.12.1: #i48939# Need polymorphic_downcast for fast downcasting in VCL canvas
Diffstat (limited to 'boost/prj')
-rw-r--r-- | boost/prj/d.lst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/boost/prj/d.lst b/boost/prj/d.lst index 838a1e22ec5b..a45a079791d3 100644 --- a/boost/prj/d.lst +++ b/boost/prj/d.lst @@ -3,6 +3,8 @@ mkdir: %_DEST%\inc%_EXT%\boost ..\%__SRC%\misc\build\boost-1.30.2\boost\rational.hpp %_DEST%\inc%_EXT%\boost\rational.hpp ..\%__SRC%\misc\build\boost-1.30.2\boost\operators.hpp %_DEST%\inc%_EXT%\boost\operators.hpp +..\%__SRC%\misc\build\boost-1.30.2\boost\cast.hpp %_DEST%\inc%_EXT%\boost\cast.hpp + ..\%__SRC%\misc\build\boost-1.30.2\boost\function.hpp %_DEST%\inc%_EXT%\boost\function.hpp mkdir: %_DEST%\inc%_EXT%\boost\function ..\%__SRC%\misc\build\boost-1.30.2\boost\function\*.*pp %_DEST%\inc%_EXT%\boost\function\*.*pp @@ -232,3 +234,13 @@ mkdir: %_DEST%\inc%_EXT%\boost\spirit\utility\impl mkdir: %_DEST%\inc%_EXT%\boost\spirit\utility\impl\chset ..\%__SRC%\misc\build\spirit-1.6.1\boost\spirit\utility\impl\chset\*.*pp %_DEST%\inc%_EXT%\boost\spirit\utility\impl\chset\*.*pp +mkdir: %_DEST%\inc%_EXT%\boost\pool +..\%__SRC%\misc\build\boost-1.30.2\boost\pool\*.hpp %_DEST%\inc%_EXT%\boost\pool +mkdir: %_DEST%\inc%_EXT%\boost\pool\detail +..\%__SRC%\misc\build\boost-1.30.2\boost\pool\detail\*.hpp %_DEST%\inc%_EXT%\boost\pool\detail +..\%__SRC%\misc\build\boost-1.30.2\boost\pool\detail\*.inc %_DEST%\inc%_EXT%\boost\pool\detail + +mkdir: %_DEST%\inc%_EXT%\boost\tuple +..\%__SRC%\misc\build\boost-1.30.2\boost\tuple\*.hpp %_DEST%\inc%_EXT%\boost\tuple +mkdir: %_DEST%\inc%_EXT%\boost\tuple\detail +..\%__SRC%\misc\build\boost-1.30.2\boost\tuple\detail\*.hpp %_DEST%\inc%_EXT%\boost\tuple\detail |