[TOOL]/VIM

VI

도영수 2016. 12. 26. 20:50

# 이번주

1. makefile 만드는 방법    -   

2. DLL 만드는 방법        - 

3. GTest 설정하는 방법   - 

4. c++ 진도 빼기          - 


1. git 에 파일 업로드 하는 방법

https://backlogtool.com/git-guide/kr/stepup/stepup1_1.html

https://rogerdudler.github.io/git-guide/index.ko.html


2. Make 파일 만드는 방법

http://bowbowbow.tistory.com/12#recentTrackback

http://powergi.tistory.com/entry/%ED%8E%8C-Makefile%EC%9D%84-%EB%A7%8C%EB%93%A4%EC%96%B4%EB%B3%B4%EC%9E%90-1


Q. Makefile에서 입력되는 항목으로 컴파일을 할려면 어떻게 해야하는가 ?

Q. Make를 하면 파일이 없다고 나오는데, 전체 경로에서 실행할려면 어떻게 해야 하는가 ? Path에 등록하는 방법은 ?


3. DLL 만드는 방법