diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:27:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:27:35 +0300 |
commit | 56f35e6b3924b0c36146c33dc8c7dcf2c04b39da (patch) | |
tree | c341a7be2f644255da2b04b8d749167e7b211514 /hunspell | |
parent | 0d8c55026535256128d66f6d0d484a5af9c2d464 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/prj/d.lst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hunspell/prj/d.lst b/hunspell/prj/d.lst index 10f44f4ae96d..da3b58c94567 100644 --- a/hunspell/prj/d.lst +++ b/hunspell/prj/d.lst @@ -1,6 +1,6 @@ -..\%__SRC%\lib\lib*.* %_DEST%\lib%_EXT%\lib*.* -..\%__SRC%\slb\libhunspell.lib %_DEST%\lib%_EXT%\libhunspell.lib +..\%__SRC%\lib\lib*.* %_DEST%\lib\lib*.* +..\%__SRC%\slb\libhunspell.lib %_DEST%\lib\libhunspell.lib -mkdir: %_DEST%\inc%_EXT%\hunspell -..\%__SRC%\inc\*.hxx %_DEST%\inc%_EXT%\hunspell\*.hxx -..\%__SRC%\inc\*.h %_DEST%\inc%_EXT%\hunspell\*.h +mkdir: %_DEST%\inc\hunspell +..\%__SRC%\inc\*.hxx %_DEST%\inc\hunspell\*.hxx +..\%__SRC%\inc\*.h %_DEST%\inc\hunspell\*.h |