makefile.unix: WXINCLUDEPATHS now only used for building GUI object files.
authorMatt Giuca <matt.giuca@gmail.com>
Fri, 25 Feb 2011 22:10:10 +0000 (09:10 +1100)
committerMatt Giuca <matt.giuca@gmail.com>
Fri, 25 Feb 2011 22:10:10 +0000 (09:10 +1100)
commit3415b15a56e2ffec16c831d5994b969daa65dc2b
treed150bd376b75a9c1c4dd1d12bf8e646d62980df9
parent8314b7f5e68007db1ffe12a0fe5d3204d4e79d2d
makefile.unix: WXINCLUDEPATHS now only used for building GUI object files.
    Moved it out of CXXFLAGS and into the command-line for the GUI objects.
    It will no longer be invoked for non-GUI and crypto object files.
makefile.unix