Forums » C++ Framework » How to modify android.mk when my program included "procees.h” »
| Ning Huang | How to modify android.mk when my program included "procees.h” | ||
|---|---|---|---|
|
Added by Ning Huang over 1 year ago
I modified the android.mk like this: LOCAL_C_INCLUDE :=¥(LOCAL_PATH)/../../cocos2dx \ And my"process.h is in the dierect "D/Program Files/Microsoft Visual 10.0/VC/include" When i execute build_native.sh with cygwin, |
||
| Minggo Zhang | RE: How to modify android.mk when my program included "procees.h” | ||
|
Added by Minggo Zhang over 1 year ago
I think the problem is that there is blank space in file path, such as "Program Files" and "Microsoft Visual 10.0". |
||
| Ning Huang | RE: How to modify android.mk when my program included "procees.h” | ||
|
Added by Ning Huang over 1 year ago
thinks for your answer! I turn to use the lib within cocos2d-x. |
(1-2/2)