diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:28:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:28:35 +0300 |
commit | 7862e397af81c066658d10781c4ab23460d9b2e8 (patch) | |
tree | 1ce6a0cae2e0d7e2ecc8c9b809b1836dc3f98cdd /store | |
parent | d3c0f25fa4f2ebef3a03806fcb2abe22acdd28d5 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'store')
-rw-r--r-- | store/prj/d.lst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/store/prj/d.lst b/store/prj/d.lst index 0cc1fc67b573..871fcf85e436 100644 --- a/store/prj/d.lst +++ b/store/prj/d.lst @@ -1,13 +1,13 @@ -mkdir: %_DEST%\inc%_EXT%\store -..\inc\store\*.h %_DEST%\inc%_EXT%\store\*.h -..\inc\store\store.hxx %_DEST%\inc%_EXT%\store\store.hxx -..\inc\store\store.inl %_DEST%\inc%_EXT%\store\store.inl -..\util\store.xml %_DEST%\xml%_EXT%\store.xml - -..\%__SRC%\lib\istore.lib %_DEST%\lib%_EXT%\istore.lib -..\%__SRC%\lib\libstore*.dll.a %_DEST%\lib%_EXT%\libstore*.dll.a -..\%__SRC%\lib\libstore.*.* %_DEST%\lib%_EXT%\* -..\%__SRC%\bin\sto*.dll %_DEST%\bin%_EXT%\sto*.dll +mkdir: %_DEST%\inc\store +..\inc\store\*.h %_DEST%\inc\store\*.h +..\inc\store\store.hxx %_DEST%\inc\store\store.hxx +..\inc\store\store.inl %_DEST%\inc\store\store.inl +..\util\store.xml %_DEST%\xml\store.xml + +..\%__SRC%\lib\istore.lib %_DEST%\lib\istore.lib +..\%__SRC%\lib\libstore*.dll.a %_DEST%\lib\libstore*.dll.a +..\%__SRC%\lib\libstore.*.* %_DEST%\lib\* +..\%__SRC%\bin\sto*.dll %_DEST%\bin\sto*.dll |