diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:28:00 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:35:47 +0300 |
commit | 6cdd3989638be9c72bd76a30ff9a9e492d3cd1c3 (patch) | |
tree | ec65a0139377231016e796a45b11b506c6b2f41e | |
parent | d5dfd654863461219cb1928ef65e788c69ca17af (diff) |
Drop %_EXT% which was always empty
-rw-r--r-- | autodoc/prj/d.lst | 4 | ||||
-rw-r--r-- | cosv/prj/d.lst | 14 | ||||
-rw-r--r-- | odk/prj/d.lst | 6 | ||||
-rw-r--r-- | udm/prj/d.lst | 14 | ||||
-rw-r--r-- | unodevtools/prj/d.lst | 6 |
5 files changed, 22 insertions, 22 deletions
diff --git a/autodoc/prj/d.lst b/autodoc/prj/d.lst index c73e559f..99ad21da 100644 --- a/autodoc/prj/d.lst +++ b/autodoc/prj/d.lst @@ -1,3 +1,3 @@ -..\%__SRC%\bin\autodoc.exe %_DEST%\bin%_EXT%\autodoc.exe -..\%__SRC%\bin\autodoc %_DEST%\bin%_EXT%\autodoc +..\%__SRC%\bin\autodoc.exe %_DEST%\bin\autodoc.exe +..\%__SRC%\bin\autodoc %_DEST%\bin\autodoc diff --git a/cosv/prj/d.lst b/cosv/prj/d.lst index 229161c1..496506b8 100644 --- a/cosv/prj/d.lst +++ b/cosv/prj/d.lst @@ -1,8 +1,8 @@ -mkdir: %_DEST%\inc%_EXT%\cosv -mkdir: %_DEST%\inc%_EXT%\cosv\tpl +mkdir: %_DEST%\inc\cosv +mkdir: %_DEST%\inc\cosv\tpl -..\%__SRC%\lib\cosv.lib %_DEST%\lib%_EXT%\cosv.lib -..\%__SRC%\lib\libcosv.a %_DEST%\lib%_EXT%\libcosv.a -..\inc\cosv\*.hxx %_DEST%\inc%_EXT%\cosv\*.hxx -..\inc\cosv\*.h %_DEST%\inc%_EXT%\cosv\*.h -..\inc\cosv\tpl\*.hxx %_DEST%\inc%_EXT%\cosv\tpl\*.hxx +..\%__SRC%\lib\cosv.lib %_DEST%\lib\cosv.lib +..\%__SRC%\lib\libcosv.a %_DEST%\lib\libcosv.a +..\inc\cosv\*.hxx %_DEST%\inc\cosv\*.hxx +..\inc\cosv\*.h %_DEST%\inc\cosv\*.h +..\inc\cosv\tpl\*.hxx %_DEST%\inc\cosv\tpl\*.hxx diff --git a/odk/prj/d.lst b/odk/prj/d.lst index 0af13f2f..a9337ad2 100644 --- a/odk/prj/d.lst +++ b/odk/prj/d.lst @@ -1,5 +1,5 @@ -..\%__SRC%\bin\odkcommon.zip %_DEST%\bin%_EXT%\odkcommon.zip +..\%__SRC%\bin\odkcommon.zip %_DEST%\bin\odkcommon.zip -..\%__SRC%\bin\uno_loader_classes.zip %_DEST%\bin%_EXT%\uno_loader_classes.zip +..\%__SRC%\bin\uno_loader_classes.zip %_DEST%\bin\uno_loader_classes.zip -..\%__SRC%\bin\odkexamples.zip %COMMON_DEST%\bin%_EXT%\odkexamples.zip +..\%__SRC%\bin\odkexamples.zip %COMMON_DEST%\bin\odkexamples.zip diff --git a/udm/prj/d.lst b/udm/prj/d.lst index 150256da..5dfe7a13 100644 --- a/udm/prj/d.lst +++ b/udm/prj/d.lst @@ -1,9 +1,9 @@ -mkdir: %_DEST%\inc%_EXT%\udm -mkdir: %_DEST%\inc%_EXT%\udm\html -mkdir: %_DEST%\inc%_EXT%\udm\xml +mkdir: %_DEST%\inc\udm +mkdir: %_DEST%\inc\udm\html +mkdir: %_DEST%\inc\udm\xml -..\%__SRC%\lib\udm.lib %_DEST%\lib%_EXT%\udm.lib -..\%__SRC%\lib\libudm.a %_DEST%\lib%_EXT%\libudm.a -..\inc\udm\html\*.hxx %_DEST%\inc%_EXT%\udm\html\*.hxx -..\inc\udm\xml\*.hxx %_DEST%\inc%_EXT%\udm\xml\*.hxx +..\%__SRC%\lib\udm.lib %_DEST%\lib\udm.lib +..\%__SRC%\lib\libudm.a %_DEST%\lib\libudm.a +..\inc\udm\html\*.hxx %_DEST%\inc\udm\html\*.hxx +..\inc\udm\xml\*.hxx %_DEST%\inc\udm\xml\*.hxx diff --git a/unodevtools/prj/d.lst b/unodevtools/prj/d.lst index 0060b6b9..f4be609e 100644 --- a/unodevtools/prj/d.lst +++ b/unodevtools/prj/d.lst @@ -1,5 +1,5 @@ -..\%__SRC%\bin\uno-skeletonmaker.exe %_DEST%\bin%_EXT%\uno-skeletonmaker.exe -..\%__SRC%\bin\uno-skeletonmaker.pdb %_DEST%\bin%_EXT%\uno-skeletonmaker.pdb +..\%__SRC%\bin\uno-skeletonmaker.exe %_DEST%\bin\uno-skeletonmaker.exe +..\%__SRC%\bin\uno-skeletonmaker.pdb %_DEST%\bin\uno-skeletonmaker.pdb -..\%__SRC%\bin\uno-skeletonmaker %_DEST%\bin%_EXT%\uno-skeletonmaker +..\%__SRC%\bin\uno-skeletonmaker %_DEST%\bin\uno-skeletonmaker |