office-gobmx/solenv/gbuild
Mike Kaganski 1f4a1b7436 MSC: Embed Natvis to PDBs, to use in /DEBUGEXE debugs
E.g., when a unit test is debugged using
make CppunitTest_foo CPPUNITTRACE=TRUE
then devenv.exe is launched with /DEBUGEXE switch, and it's impossible
to add a .natvis file to the debug session (unless one adds the file
to path where VS looks for visualizers). A natvis added to PDBs will be
used in this case.

See https://docs.microsoft.com/en-us/cpp/build/reference/natvis-add-natvis-to-pdb

Change-Id: Icc31eb7c4fd063810e4074eaff774e8146b86877
Reviewed-on: https://gerrit.libreoffice.org/44595
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-11-18 09:41:34 +01:00
..
extensions
platform MSC: Embed Natvis to PDBs, to use in /DEBUGEXE debugs 2017-11-18 09:41:34 +01:00
AllLangHelp.mk
AllLangMoTarget.mk
AllLangPackage.mk
AutoInstall.mk
CliAssembly.mk
CliLibrary.mk
CliNativeLibrary.mk
CliUnoApi.mk
CompilerTest.mk
ComponentTarget.mk
config.guess
config.sub
Configuration.mk
CppunitTest.mk
CustomTarget.mk
Deliver.mk
Dictionary.mk
empty.zip
Executable.mk
Extension.mk
ExtensionPackage.mk
ExternalExecutable.mk
ExternalPackage.mk
ExternalProject.mk
Gallery.mk
gbuild.help.txt
gbuild.mk
gen-autoinstall.py
GeneratedPackage.mk
Helper.mk
HelpTarget.mk
InstallModule.mk
InstallModuleTarget.mk
InstallScript.mk
InternalUnoApi.mk
Jar.mk
JavaClassSet.mk use -encoding UTF8 in JavaClassSet.mk 2017-11-11 17:06:38 +01:00
JunitTest.mk
Library.mk
LinkTarget.mk
Module.mk
Output.mk
Package.mk Another workaround for "xargs: environment is too large for exec" errors 2017-11-14 11:59:54 +01:00
PackageSet.mk
Pagein.mk
partial_build.mk
Postprocess.mk
PrecompiledHeaders.mk
PythonTest.mk
Pyuno.mk
Rdb.mk
README
SdiTarget.mk
StaticLibrary.mk
TargetLocations.mk
Tempfile.mk
UIConfig.mk
UITest.mk
UnoApi.mk
UnoApiTarget.mk
UnpackedTarball.mk
WinResTarget.mk
Zip.mk

GBuild is a set of makefile macros built on top of gmake that attempts to simplify LibreOffice development.

See
  https://wiki.documentfoundation.org/Development/Build_System/
for online build-system documentation.

See
	https://web.archive.org/web/20130911015536/http://wiki.openoffice.org/wiki/Build_Environment_Effort/Module_Migration
for an archived overview of the new build system.

See
   ./solenv/doc/gbuild
for a commented class/API hierarchy of gbuild written in C++ syntax. It was not
intended for any use beyond to generate nicelooking docs with the doxygen
doxygen documentation generator from it. It likely is quite outdated these
days.