Environment Variables
Posted: Tue Oct 29, 2013 12:45 am
I would like to setup a define from outside CodeLite that I can use as a macro within the Environment section. For instance I would like to define something like PROJECT_HOME=/home/user/project within my .bashrc or as a command line parameter to CodeLite. Within the CodeLite Environment Window I would like to use HOME_DIR=$(PROJECT_HOME)/subproject/proj. It doesn't seem to be working in a code pull of 5.3 and my custom makefile isn't ending up with HOME_DIR=/home/user/project/subproject/proj. Is there a better way to do this or a way that works?