~ubuntu-branches/ubuntu/utopic/anjuta/utopic

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/de/project-manager-library-remove.page

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.1.56) (27.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20140712151739-eyw0ufhvwa5s11jc
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
 
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="project-manager-library-remove">
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="project-manager-library-remove" xml:lang="de">
3
3
 
4
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
5
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
15
15
      <name>Philip Chimento</name>
16
16
      <email>philip.chimento@gmail.com</email>
17
17
    </credit>
 
18
  
 
19
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
20
      <mal:name>Mario Blättermann</mal:name>
 
21
      <mal:email>mario.blaettermann@gmail.com</mal:email>
 
22
      <mal:years>2009-2013</mal:years>
 
23
    </mal:credit>
 
24
  
 
25
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
26
      <mal:name>Jonas Rebmann</mal:name>
 
27
      <mal:email>jonas.rebmann@googlemail.com</mal:email>
 
28
      <mal:years>2010</mal:years>
 
29
    </mal:credit>
 
30
  
 
31
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
 
32
      <mal:name>Christian Kirbach</mal:name>
 
33
      <mal:email>christian.kirbach@gmail.com</mal:email>
 
34
      <mal:years>2010, 2011, 2012, 2013</mal:years>
 
35
    </mal:credit>
18
36
  </info>
19
37
 
20
38
  <title>Eine benutzerdefinierte Bibliothek entfernen</title>
21
39
 
22
40
  <steps>
23
41
    <item>
24
 
      <p>Select the target that has the library you want to remove in the
25
 
      <gui>project view</gui>, click on the right mouse button to
26
 
      make the <gui>project context menu</gui> appear and select
27
 
      <gui>Properties</gui>.</p>
 
42
      <p>Wählen Sie in der <gui>Projektansicht</gui> das Ziel mit der Bibliothek, die Sie entfernen wollen. Drücken Sie dann die rechte Maustaste, um das <gui>Kontextmenü des Projekts</gui> zu öffnen, und wählen Sie <gui>Eigenschaften</gui>.</p>
28
43
    </item>
29
44
    <item>
30
 
      <p>Remove the library from the
31
 
      <gui>C preprocessor flags</gui> and <gui>Linker flags</gui>
32
 
      properties. Click on the <gui>Apply</gui> button to write the
33
 
      changes to the project files.</p>
 
45
      <p>Entfernen Sie die Bibliothek aus den Eigenschaften der <gui>C-Präprozessor-Flags</gui> und <gui>Linker-Flags</gui>. Klicken Sie auf den Knopf <gui>Anwenden</gui>, um die Änderungen in der Projektdatei zu speichern.</p>
34
46
    </item>
35
47
  </steps>
36
48