Mercurial > MadButterfly
annotate examples/Makefile.am @ 657:32d0eef1ee46
Force type-casting for member variables.
For some member that need a casting for the type is that what we want.
For example, casting a void * type to a struct pointer type. This
force will skip type checking, but it works for the variables with a
generic type and we want to specialize its type.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 31 Jul 2010 14:37:19 +0800 |
parents | 271212f325b4 |
children | 21f944e79b19 |
rev | line source |
---|---|
464
271212f325b4
Conditional compile with Cairo and Skia.
Thinker K.F. Li <thinker@branda.to>
parents:
296
diff
changeset
|
1 if X_SUPP |
296
2e97e8082d83
* Fix the symbol definition code which does not assume the id is the same as the mbname.
wycc
parents:
205
diff
changeset
|
2 SUBDIRS = calculator svg2code_ex tank dynamic drag menu |
464
271212f325b4
Conditional compile with Cairo and Skia.
Thinker K.F. Li <thinker@branda.to>
parents:
296
diff
changeset
|
3 endif |