diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-08-09 11:45:12 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-08-09 11:45:12 +0000 |
commit | e3b4d24ccc37239484aa73b72c05583f6157b691 (patch) | |
tree | 22b56f364b05a463eea1847a9051acf824444679 /stlport/prj | |
parent | 2e404cc9d898e85892f381b5cde942f0db2aa6cb (diff) |
STLport-4.0
Diffstat (limited to 'stlport/prj')
-rw-r--r-- | stlport/prj/build.lst | 2 | ||||
-rw-r--r-- | stlport/prj/d.lst | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/stlport/prj/build.lst b/stlport/prj/build.lst new file mode 100644 index 000000000000..739e0ab9753f --- /dev/null +++ b/stlport/prj/build.lst @@ -0,0 +1,2 @@ +sl stlport : NULL +sl stlport nmake - all sl_mkout NULL diff --git a/stlport/prj/d.lst b/stlport/prj/d.lst new file mode 100644 index 000000000000..6f8e0999b9c7 --- /dev/null +++ b/stlport/prj/d.lst @@ -0,0 +1,21 @@ +mkdir: %_DEST%\inc%_EXT%\stl +mkdir: %_DEST%\inc%_EXT%\stl\stl +mkdir: %_DEST%\inc%_EXT%\stl\stl\debug +mkdir: %_DEST%\inc%_EXT%\stl\stl\wrappers +mkdir: %_DEST%\inc%_EXT%\stl\config +mkdir: %_DEST%\inc%_EXT%\stl\using +mkdir: %_DEST%\inc%_EXT%\stl\using\h +mkdir: %_DEST%\inc%_EXT%\stl\wrap_std +mkdir: %_DEST%\inc%_EXT%\stl\wrap_std\h +..\%__SRC%\inc\*.SUNWCCH %_DEST%\inc%_EXT%\stl\* +..\%__SRC%\inc\stlport\* %_DEST%\inc%_EXT%\stl\* +..\%__SRC%\inc\stlport\stl\* %_DEST%\inc%_EXT%\stl\stl\* +..\%__SRC%\inc\stlport\stl\debug\* %_DEST%\inc%_EXT%\stl\stl\debug\* +..\%__SRC%\inc\stlport\stl\wrappers\* %_DEST%\inc%_EXT%\stl\stl\wrappers\* +..\%__SRC%\inc\stlport\config\* %_DEST%\inc%_EXT%\stl\config\* +..\%__SRC%\inc\stlport\using\* %_DEST%\inc%_EXT%\stl\using\* +..\%__SRC%\inc\stlport\using\h\* %_DEST%\inc%_EXT%\stl\using\h\* +..\%__SRC%\inc\stlport\wrap_std\* %_DEST%\inc%_EXT%\stl\wrap_std\* +..\%__SRC%\inc\stlport\wrap_std\h\* %_DEST%\inc%_EXT%\stl\wrap_std\h\* +..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT%\lib*.so +..\%__SRC%\lib\lib*.a %_DEST%\lib%_EXT%\lib*.a |