Visual C++ 과 크게 다르지는 않다. 프로젝트 생성 및 라이브러리 관련 설정이 빠지고 나머지는 같다.
프로젝트 생성시에 Static Library를 설정하여 프로젝트를 생성한다.
Static Library 프로젝트 생성
생성 후 SQLite 소스를 프로젝트에 포함 시킨 후 tclsqlite.c 를 프로젝트에서 제거하고 Conditional defines 에 NO_TCL 을 설정해 준다.
Conditional defines 설정
Pre-compiled headers 를 사용하지 않음으로 설정하고 프로젝트를 컴파일 한다.
Pre-compiled headers 사용안함 설정
Original Post : http://neodreamer-dev.tistory.com/211
No comments :
Post a Comment