replaced $(ProjectDir) by $(ProjPath) in destination directory template

git-svn-id: trunk@6261 -
This commit is contained in:
vincents 2004-11-17 15:28:59 +00:00
parent 9ee132a3a8
commit 6c0ef5e717

View File

@ -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