Initial version. Has commented lines for new MinGW_w32 compiler version.

This commit is contained in:
Janet Anderson
2010-10-26 15:42:31 -05:00
parent f68e14d20a
commit b326097bed

View File

@@ -0,0 +1,17 @@
# CONFIG_SITE.win32-x86-mingw.win32-x86-mingw
#
# $Revision-Id$
#
# Site Specific definitions for win32-x86-mingw target
# Only the local epics system manager should modify this file
# Uncomment the following settings for MinGW_w32 releases
# <MinGW directory>/bin should be in your path
#CMPLR_PREFIX=i686-w64-mingw32-
#CC = $(CMPLR_PREFIX)gcc
#CCC = $(CMPLR_PREFIX)g++
#AR = $(CMPLR_PREFIX)ar -rc
#LD = $(CMPLR_PREFIX)ld -r
#RANLIB = $(CMPLR_PREFIX)ranlib