$(programFiles) Environment variable
Posted: Sat Oct 29, 2011 8:20 pm
Hello,
Currently I have hardcoded the path to my 32bit executable in the enigma project file. But If I build it on 32bit OS it will be different to 64 Bit OS.
On 32bit it is C:\Program Files\Firm\Application\Application.exe
on 64Bit it is C:\Program Files (x86)\Firm\Application\Application.exe
How can I use environment variable like in Delphi $(programFiles) in enigma32g for Input path and output path?
Something like : $(programFiles)\Firm\Application\Application.exe
Sincerely
Peter
Currently I have hardcoded the path to my 32bit executable in the enigma project file. But If I build it on 32bit OS it will be different to 64 Bit OS.
On 32bit it is C:\Program Files\Firm\Application\Application.exe
on 64Bit it is C:\Program Files (x86)\Firm\Application\Application.exe
How can I use environment variable like in Delphi $(programFiles) in enigma32g for Input path and output path?
Something like : $(programFiles)\Firm\Application\Application.exe
Sincerely
Peter