From 15b4bb2c45ea14f7f68585a1c11162105420ae37 Mon Sep 17 00:00:00 2001 From: halw Date: Mon, 18 Apr 2011 20:04:49 +0000 Subject: [PATCH] Fix link to Solutions book `With other languages' Author:halw Date:2011-04-18T20:04:49.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@880 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../advanced-options/externals-options.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/general-target-options/advanced-options/externals-options.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/general-target-options/advanced-options/externals-options.wiki index 9124689e..d599f55f 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/general-target-options/advanced-options/externals-options.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/general-target-options/advanced-options/externals-options.wiki @@ -6,7 +6,7 @@ In most cases this is not needed but for some C/C++ externals and in some .NET projects it is necessary to specify additional includes, objects or resources. If you use a library, externals of this library are automatically included. E.g. if you use vision2 the externals for vision2 don't need to be added to the project itself. -* Include: This is where you can enter the location of the directories where the C/C++ compiler will look for the header files that are required. The header files which the C/C++ compiler will look for are the ones that appear in an encapsulation of a C/C++ external in an Eiffel class. See "[[Interacting with other languages]]" to learn more about specifying C/C++ externals. +* Include: This is where you can enter the location of the directories where the C/C++ compiler will look for the header files that are required. The header files which the C/C++ compiler will look for are the ones that appear in an encapsulation of a C/C++ external in an Eiffel class. See the pages on "[[With other languages|interacting with other languages]]" to learn more about specifying C/C++ externals. * Object: additional C/C++ object files * Library: like object files, but will be added last, needed for some very strict C compilers * Makefile: additional makefiles, if possible use tasks instead