Page 1 of 1
Can't get the ProjectFiles macro to work
Posted: Sun Sep 01, 2013 2:35 pm
by blackrider0x
I can't get the $(ProjectFiles) or $(ProjectFilesAbs) macro to work in post build.
They both evaluate to nothing, have they been deprecated or are there some trick to make them work?
Bjorn
Re: Can't get the ProjectFiles macro to work
Posted: Sun Sep 01, 2013 2:51 pm
by eranif
They are not deprecated, its probably a bug.
Please provide an example of the command you are using
Thanks
Eran
Re: Can't get the ProjectFiles macro to work
Posted: Sun Sep 01, 2013 3:11 pm
by blackrider0x
In "Pre/Posbuild Commands" -> "Post Build"
@echo "Date is" $(Date)
@echo "ProjectFiles is" $(ProjectFiles)
@echo "ProjectFilesAbs is" $(ProjectFilesAbs)
Result:
Date is 9/1/2013
ProjectFiles is
ProjectFilesAbs is
Re: Can't get the ProjectFiles macro to work
Posted: Sun Sep 01, 2013 3:44 pm
by eranif
Thanks, will check it later on today
Eran