virtualbuildenvļƒ

This is the reference page for virtualbuildenv generator. Go to Mastering/Virtual Environments if you want to learn how to use conan virtual environments.

Created filesļƒ

  • activate_build.{sh|bat}

  • deactivate_build.{sh|bat}

Usageļƒ

Linux/OSX:

> source activate_build.sh

Windows:

> activate_build.bat

Variables declaredļƒ

ENVIRONMENT VAR

DESCRIPTION

LIBS

Library names to link

LDFLAGS

Link flags, (-L, -m64, -m32)

CFLAGS

Options for the C compiler (-g, -s, -m64, -m32, -fPIC)

CXXFLAGS

Options for the C++ compiler (-g, -s, -stdlib, -m64, -m32, -fPIC)

CPPFLAGS

Preprocessor definitions (-D, -I)

LIB

Library paths separated with ā€œ;ā€ (Visual Studio)

CL

ā€œ/Iā€ flags with include directories (Visual Studio)