News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Advice to the C::B variables add an uppercase macro

Started by Chun Jiu, March 21, 2015, 09:55:20 AM

Previous topic - Next topic

Chun Jiu

Hello,

This is very convenient when adding an uppercase macro to variables. For example,
In the "#defines" table, because symbols are usually capitalized.
However, since the definition of a variable is usually a string lowercase.

So, add an uppercase macro to the variables to perfect.

For example, to do so:
Set "target_arch=my_x86" obtain "__EASILYGCC_MY_X86__" by "__EASILYGCC_$^(target_arch)__".

Otherwise very disappointing:
Obtain the  "__EASILYGCC_my_x86__" by "__EASILYGCC_$(target_arch)__".

I love my girlfriend like c++!    :-)

[url="http://pan.baidu.com/s/1feNwU"]http://pan.baidu.com/s/1feNwU[/url]
easilygcc is a gmail's email.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Chun Jiu

I love my girlfriend like c++!    :-)

[url="http://pan.baidu.com/s/1feNwU"]http://pan.baidu.com/s/1feNwU[/url]
easilygcc is a gmail's email.