GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
defaults.h File Reference

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   "/Zi /nologo /W4 /WX- /O2 /Ob2 /Oi /Ot /Oy- /GL /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Gd /analyze-"
 
#define COB_BLD_LD   "link.exe"
 
#define COB_BLD_LDFLAGS   ""
 
#define COB_BLD_BUILD   "i686-pc-windows"
 
#define LOCALEDIR   "C:\\locale"
 

Macro Definition Documentation

#define COB_BLD_BUILD   "i686-pc-windows"

Referenced by cobc_print_info(), and print_info().

#define COB_BLD_CC   "cl"

Referenced by cobc_print_info(), and print_info().

#define COB_BLD_CFLAGS   "/Zi /nologo /W4 /WX- /O2 /Ob2 /Oi /Ot /Oy- /GL /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Gd /analyze-"

Referenced by cobc_print_info(), and print_info().

#define COB_BLD_CPPFLAGS   ""

Referenced by cobc_print_info(), and print_info().

#define COB_BLD_LD   "link.exe"

Referenced by cobc_print_info(), and print_info().

#define COB_BLD_LDFLAGS   ""

Referenced by cobc_print_info(), and print_info().

#define COB_CC   "cl"

Referenced by cobc_print_info(), and main().

#define COB_CFLAGS   "-I \"" COB_MAIN_DIR "\" -I \"" COB_MAIN_DIR "\\build_windows\""

Referenced by cobc_print_info(), and main().

#define COB_CONFIG_DIR   COB_MAIN_DIR "\\config"

Referenced by cobc_print_info(), and main().

#define COB_COPY_DIR   COB_MAIN_DIR "\\copy"

Referenced by cobc_print_info(), and main().

#define COB_LDFLAGS   "/LIBPATH:\"" COB_MAIN_DIR "\\build_windows\\" TARGET_PLATFORM "\\" TARGET_CONFIG "\""

Referenced by cobc_print_info(), and main().

#define COB_LIBRARY_PATH   "."

Referenced by cob_init_call().

#define COB_LIBS   "libcob.lib"

Referenced by cobc_print_info(), and main().

#define COB_MAIN_DIR   "C:\\GnuCobol"
#define COB_OBJECT_EXT   "obj"
#define LOCALEDIR   "C:\\locale"

Referenced by main().

#define TARGET_CONFIG   "release"
#define TARGET_PLATFORM   "win32"