Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  build.rs

  Sprache: Rust
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


fn main() {
    // HACK - This build script relies on Gecko having been built, so that the ANGLE libraries
    //        have already been compiled. It also assumes they are being built with an in-tree
    //        x86_64 object directory.

    cc::Build::new()
        .file("src/lib.cpp")
        .include("../../../angle/checkout/include")
        .compile("windows");

    // Set up linker paths for ANGLE that is built by Gecko
    println!("cargo:rustc-link-search=../../obj-x86_64-pc-windows-msvc/gfx/angle/targets/libEGL");
    println!("cargo:rustc-link-search=../../obj-x86_64-pc-windows-msvc/gfx/angle/targets/libGLESv2");

    // Link to libEGL and libGLESv2 (ANGLE) and D3D11 + DirectComposition
    println!("cargo:rustc-link-lib=libEGL");
    println!("cargo:rustc-link-lib=libGLESv2");
    println!("cargo:rustc-link-lib=dcomp");
    println!("cargo:rustc-link-lib=d3d11");
    println!("cargo:rustc-link-lib=dwmapi");
}

Messung V0.5 in Prozent
C=96 H=98 G=96

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=752002