mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 12:59:19 +02:00
replaced $(ProjectDir) by $(ProjPath) in destination directory template
git-svn-id: trunk@6261 -
This commit is contained in:
parent
9ee132a3a8
commit
6c0ef5e717
@ -190,7 +190,7 @@ begin
|
||||
List:=InputHistories.HistoryLists.GetList(hlPublishProjectDestDirs,true);
|
||||
List.AppendEntry(SetDirSeparators('$(TestDir)/publishedproject/'));
|
||||
List.AppendEntry(SetDirSeparators('$(TestDir)/publishedpackage/'));
|
||||
List.AppendEntry(SetDirSeparators('$(ProjectDir)/published/'));
|
||||
List.AppendEntry(SetDirSeparators('$(ProjPath)/published/'));
|
||||
DestDirComboBox.Items.Assign(List);
|
||||
|
||||
// command after
|
||||
|
Loading…
Reference in New Issue
Block a user