File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- # CCS(Eclipse) 기본설정
1+ # CCS
22
3- ## 소스코드를 utf8로 저장
3+ ## 기본 설정
4+
5+ ### 소스코드를 utf8로 저장
46
57![ ] ( base-config-utf8.png )
Original file line number Diff line number Diff line change 1- # Visual Studio C++ 빌드 설정
1+ # C++ 빌드 설정
22
33## C++ 소스 파일 경로에 따라서 obj 파일 생성 하기
44
Original file line number Diff line number Diff line change 1- # Visual Studio Plugin
1+ # Plugin
22
33
44
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class SubMenu {
2323 this . _Menu . addDataItem ( "/VisualStudio/nuget" , "./page.html?page=nuget" ) ;
2424 this . _Menu . addDataItem ( "/VisualStudio/vcpkg" , "./page.html?page=vcpkg" ) ;
2525 this . _Menu . addDataItem ( "/VisualStudio/기본 설정" , "./page.html?page=base-config" ) ;
26- this . _Menu . addDataItem ( "/VisualStudio/cpp 빌드 설정" , "./page.html?page=cpp-build-config" ) ;
26+ this . _Menu . addDataItem ( "/VisualStudio/C++ 빌드 설정" , "./page.html?page=cpp-build-config" ) ;
2727
2828 this . _Menu . getRootItem ( ) . setExpanded ( true ) ;
2929 this . _Menu . makeTreeItems ( ) ;
You can’t perform that action at this time.
0 commit comments