Set "-static" OptionProject > Properties > C/C++ Build > Settings > Tool Settings > MinGW C++ Linker > Miscellaneous > Linker flags > input "-static"Project > Properties > C/C++ Build > Settings > Tool Settings > Cygwin C++ Linker > Miscellaneous > Linker flags > input "-static"
Series
2018. 7. 2. 12:55
Vim, Emacs, AStyle 같은 프로그램에서 사용하는 option 파일인 _vimrc, .emacs, .astylerc 파일을 사용하기 위해서 %HOME% 환경변수를 지정해보자. 아래와 같이 지정해주면 편리하다. SET HOME=%USERPROFILE% http://hidecode.tistory.com/546http://hidecode.tistory.com/1220
Piece
2018. 7. 2. 12:17