diff --git a/doc/org.eclipse.cdt.doc.user/images/BuildConsole.png b/doc/org.eclipse.cdt.doc.user/images/BuildConsole.png index 4bf345ff419..8f1436b5a4d 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/BuildConsole.png and b/doc/org.eclipse.cdt.doc.user/images/BuildConsole.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/cdt_o_tutorial.htm b/doc/org.eclipse.cdt.doc.user/images/cdt_o_tutorial.htm deleted file mode 100644 index 8ab04d4d5f3..00000000000 --- a/doc/org.eclipse.cdt.doc.user/images/cdt_o_tutorial.htm +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - Tutorial - - - -

Tutorial

-

This tutorial guides you through the process of using the C/C++ Development Toolkit (CDT) to create a HelloWorld project on a Windows platform.

-

Before you begin

-

You must install and configure the following utilities:

- - -

Tip: Cygwin contains these utilities for a Windows environment. - For more information, see http://www.cygwin.com. -

-

To test if cygwin was installed correctly open a command prompt and type g++ or make.

- -

The following error message means that no make is installed or your path is not configured correctly.

-
'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file
-

To check your path at a command prompt and enter PATH. Make sure that the path to your build utility is defined (example PATH=c:\cygwin\bin).

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ToSee
Create, name, and specify the location of your - projectCreating your project
Create, name, and save your CPP fileCreating your C++ - file
Create, name, and save your gnu makefileCreating your makefile
Build your projectBuilding your project
Create a debug configuration and debug - your projectDebugging your project
Recommended approaches for dealing with source - files and files systems that were created outside of EclipseHow to bring - C/C++ source into Eclipse
- -

 

-

- Start Tutorial: Creating your project -

-

Related reference -
- CDT Home
-

-

IBM Copyright Statement -

- - - \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/images/file_new_project.png b/doc/org.eclipse.cdt.doc.user/images/file_new_project.png deleted file mode 100644 index ebd71a8e5e2..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/file_new_project.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/menu_navigate.png b/doc/org.eclipse.cdt.doc.user/images/menu_navigate.png deleted file mode 100644 index a164b144703..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/menu_navigate.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/navigatorView.png b/doc/org.eclipse.cdt.doc.user/images/navigatorView.png deleted file mode 100644 index 8d6d26e5603..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/navigatorView.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/new_project.png b/doc/org.eclipse.cdt.doc.user/images/new_project.png deleted file mode 100644 index d90de164478..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/new_project.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/new_project_wizard_managed.png b/doc/org.eclipse.cdt.doc.user/images/new_project_wizard_managed.png deleted file mode 100644 index 4a750db3c56..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/new_project_wizard_managed.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/projectsView.png b/doc/org.eclipse.cdt.doc.user/images/projectsView.png deleted file mode 100644 index 00106856203..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/projectsView.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/run_menu.png b/doc/org.eclipse.cdt.doc.user/images/run_menu.png deleted file mode 100644 index db3aee5fcb9..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/run_menu.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/searchMenu.png b/doc/org.eclipse.cdt.doc.user/images/searchMenu.png deleted file mode 100644 index 7bb970a1830..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/images/searchMenu.png and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/images/splash.png b/doc/org.eclipse.cdt.doc.user/images/splash.png index bdfabbf2364..0504ebb1f2e 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/splash.png and b/doc/org.eclipse.cdt.doc.user/images/splash.png differ