/* * 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 OpenWatcom. */ G.PATH_TOOL_OPENWATCOM = 'D:\Dev\ow18' /** * Path to OS/2 Toolkit. */ G.PATH_OS2_TOOLKIT = 'D:\Dev\OS2TK45'