/* * Local environment settings for Lucide (Template) * * This file is used to specify local paths to external tools and libraries * and to perform other site-specific project environment setup. * * NOTES: * * This file is a template! Copy it to a file named LocalEnv.cmd in * the same directory and modify the copy to fit your local environment. * * All paths in this file are specified using back slashes unless specified * otherwise. */ /** * Path to kBuild. */ G.PATH_TOOL_KBUILD = 'D:\Coding\libc\kBuild' /** * Path to GCC 4.4.2. */ G.PATH_TOOL_GCC442 = 'D:\Dev\gcc442' /** * Path to SOM SDK. Leave it empty if you have OS/2 Toolkit 4.5 installed. */ G.PATH_SDK_SOM = ''