diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-02 05:08:28 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-02 05:08:28 +0000 |
commit | fe037024eeac39e73c6b29ba5827f288e6852ede (patch) | |
tree | cf50350ec33cf3138715dda06bb882d391dd2e0f /rsc | |
parent | 060ae0334eb024f2ca1359528ea15c002ccc3704 (diff) |
Correct typo in dos: line added in last revision
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/prj/d.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/prj/d.lst b/rsc/prj/d.lst index 73b8f58280f8..68c8e712c056 100644 --- a/rsc/prj/d.lst +++ b/rsc/prj/d.lst @@ -11,4 +11,4 @@ hedabu: ..\inc\rscsfx.hxx %_DEST%\inc%_EXT%\rsc\rscsfx.hxx ..\%__SRC%\misc\*staticdatamembers.hxx %_DEST%\inc%_EXT%\*staticdatamembers.hxx dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" -dos: sh -c "if test dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi" +dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi" |