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 | 29 | 30 | 31 |
Tags
- mathemetica
- Join
- Get
- solution
- unalias
- array
- 월별 카운트
- 강좌
- 현재언어
- 0x
- cocos2d-x
- android studio
- is_array
- application.mk
- halliday
- php
- C++
- 파일존재
- 하이퍼 터미널
- SQL
- Avr
- Call
- mysql
- PORTG
- function
- Java
- selectc
- Post
- 단축키
- 점점변하는값
Archives
- Today
- Total
목록0x (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