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   "/GS /GL /analyze- /W4 /Zc:wchar_t /Zi /Gm- /O2 /Ob2 /fp:precise /WX- /Zc:forScope /Gd /Oy- /Oi /MD /EHsc /Ot"
 
#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"
#define COB_BLD_CC   "cl"
#define COB_BLD_CFLAGS   "/GS /GL /analyze- /W4 /Zc:wchar_t /Zi /Gm- /O2 /Ob2 /fp:precise /WX- /Zc:forScope /Gd /Oy- /Oi /MD /EHsc /Ot"
#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"