29 lines
759 B
Plaintext
29 lines
759 B
Plaintext
# CONFIG.Host.cygwin32
|
|
#
|
|
# This file is maintained by the EPICS community.
|
|
# Sites may override these definitions in CONFIG_SITE.Host.cygwin32
|
|
|
|
ARCH_CLASS = cygwin32
|
|
|
|
# cygwin32 is a unix-like arch
|
|
# include definitions common to all Unix archs
|
|
include $(EPICS_BASE)/config/CONFIG.Host.UnixCommon
|
|
|
|
EXE=.exe
|
|
|
|
#==========================
|
|
# These are overrides of ANSI and CPLUSPLUS values in CONFIG_SITE
|
|
# since OS vendor compilers ACC and CCC are not defined here for cygwin32
|
|
ANSI=GCC
|
|
CPLUSPLUS=G++
|
|
# Shared libraries not implemented yet
|
|
SHARED_LIBRARIES=NO
|
|
#==========================
|
|
# Fix for cygwin32 beta17.1 includes
|
|
#OP_SYS_INCLUDES += /usr/local/include/g++
|
|
#==========================
|
|
|
|
ARCH_DEP_CFLAGS = -DCYGWIN32 -U_WIN32
|
|
ARCH_DEP_LDLIBS = -lm
|
|
|