The R Project SVN R

Rev

Rev 52568 | Rev 52589 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52568 Rev 52585
Line 47... Line 47...
47
WIN = 32
47
WIN = 32
48
 
48
 
49
# define to -DW64 if using 32-bit MinGW-w64
49
# define to -DW64 if using 32-bit MinGW-w64
50
DEFS_W64 =
50
DEFS_W64 =
51
 
51
 
52
# pattern for symbols on 64-bit
52
# pattern for symbols on 64-bit builds only
53
# remove underline for versions of MinGW-w64 from about 2010-05
53
# for older toolchains which use a leading underscore
54
SYMPAT64 = 's/^.* [BCDRT] _/ /p'
54
SYMPAT64 = 's/^.* [BCDRT] _/ /p'
-
 
55
# for versions of MinGW-w64 from about 2010-05
-
 
56
# SYMPAT64 = 's/^.* [BCDRT] / /p'
55
 
57
 
56
# set to use ICU (experimental)
58
# set to use ICU (experimental)
57
# USE_ICU=YES
59
# USE_ICU=YES
58
# path to parent of ICU headers
60
# path to parent of ICU headers
59
ICU_PATH=/sources/icu
61
ICU_PATH=/sources/icu