shake-language-c-0.10.0: Utilities for cross-compiling with Shake

Safe HaskellNone
LanguageHaskell98

Development.Shake.Language.C.Target.Windows

Description

This module provides toolchain definitions and utilities for targeting Windows. See Development.Shake.Language.C.Rules for examples of how to use a target toolchain.

Windows is also a supported host operating system, see Development.Shake.Language.C.Host for examples of how to target the host.

On Windows currently only the MinGW toolchain is supported.

Synopsis

Documentation

target :: Arch -> Target Source #

Build target given an architecture.

toolChain :: ToolChainVariant -> ToolChain Source #

Windows toolchain.