|  | GnuCOBOL
    2.0
    A free COBOL compiler | 
Go to the source code of this file.
| Macros | |
| #define | COB_CC "cl" | 
| #define | COB_MAIN_DIR "C:\\GnuCobol" | 
| #define | COB_CFLAGS "-I \"" COB_MAIN_DIR "\" -I \"" COB_MAIN_DIR "\\build_windows\"" | 
| #define | TARGET_PLATFORM "win32" | 
| #define | TARGET_CONFIG "release" | 
| #define | COB_LDFLAGS "/LIBPATH:\"" COB_MAIN_DIR "\\build_windows\\" TARGET_PLATFORM "\\" TARGET_CONFIG "\"" | 
| #define | COB_LIBS "libcob.lib" | 
| #define | COB_CONFIG_DIR COB_MAIN_DIR "\\config" | 
| #define | COB_COPY_DIR COB_MAIN_DIR "\\copy" | 
| #define | COB_LIBRARY_PATH "." | 
| #define | COB_MODULE_EXT "dll" | 
| #define | COB_OBJECT_EXT "obj" | 
| #define | COB_BLD_CC "cl" | 
| #define | COB_BLD_CPPFLAGS "" | 
| #define | COB_BLD_CFLAGS "/O2 /Ot /GL /FD /EHsc /MD /GS /c /Zi /TP" | 
| #define | COB_BLD_LD "link.exe" | 
| #define | COB_BLD_LDFLAGS "" | 
| #define | COB_BLD_BUILD "i686-pc-windows" | 
| #define | LOCALEDIR "C:\\locale" | 
| #define COB_BLD_BUILD "i686-pc-windows" | 
| #define COB_BLD_CC "cl" | 
| #define COB_BLD_CPPFLAGS "" | 
| #define COB_BLD_LD "link.exe" | 
| #define COB_BLD_LDFLAGS "" | 
| #define COB_CC "cl" | 
| #define COB_CFLAGS "-I \"" COB_MAIN_DIR "\" -I \"" COB_MAIN_DIR "\\build_windows\"" | 
| #define COB_CONFIG_DIR COB_MAIN_DIR "\\config" | 
| #define COB_COPY_DIR COB_MAIN_DIR "\\copy" | 
| #define COB_LDFLAGS "/LIBPATH:\"" COB_MAIN_DIR "\\build_windows\\" TARGET_PLATFORM "\\" TARGET_CONFIG "\"" | 
| #define COB_LIBRARY_PATH "." | 
| #define COB_LIBS "libcob.lib" | 
| #define COB_MAIN_DIR "C:\\GnuCobol" | 
| #define COB_MODULE_EXT "dll" | 
| #define COB_OBJECT_EXT "obj" | 
| #define LOCALEDIR "C:\\locale" | 
| #define TARGET_CONFIG "release" | 
| #define TARGET_PLATFORM "win32" |