How do I setup in Code::Blocks the same thing as the following line?
CPPFLAGS = -DDATA_DIR=\"$(datadir)/$(PACKAGE)\" -DSNAP_DIR=\"~\" -DPREF_DIR=\"~\"
where \" equals "
Do I put these values in the Settings -> Compiler -> "OPTIONS"

somewhere or do I have to type the above line in a Makefile
or .xml file somewhere? My code wants to know what PREF_DIR is in if(PREF_DIR != '~') and such.
Also , how do I set the $(datadir)/$(PACKAGE) variables for the path of DATA_DIR???
This is the latest error for trying to compile GLTron for Linux then for the GCW-Zero!
Thanks!