Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 월별 카운트
- Join
- 하이퍼 터미널
- mathemetica
- Avr
- selectc
- 현재언어
- SQL
- array
- function
- PORTG
- unalias
- Post
- 0x
- halliday
- solution
- is_array
- Java
- 파일존재
- 단축키
- application.mk
- android studio
- cocos2d-x
- mysql
- 강좌
- C++
- Get
- php
- Call
- 점점변하는값
Archives
- Today
- Total
목록NDK (1)
코딩도사의 코드정리
ndk 에서 C++ 0x 를 쓰기 위한 세팅 application.mk 편집
APP_STL := gnustl_static APP_CPPFLAGS := -frtti -DCC_ENABLE_CHIPMUNK_INTEGRATION=1 -DCOCOS2D_DEBUG=1 APP_CPPFLAGS += -fexceptions APP_CPPFLAGS += -std=gnu++0x APP_CFLAGS := -std=c99 APP_TOOLCHAIN_VERSION := 4.6.3 APP_USE_CPP0X := true APP_OPTIM := release APP_TOOLCHAIN_VERSION 는 자기한테 맞는 버전으로.
컴퓨터 이야기/cocos2d-x 2.x
2015. 12. 9. 06:31