forked from rwinlib/gcc-4.9.3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMkRules.local.in
37 lines (32 loc) · 1016 Bytes
/
MkRules.local.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#-*- Makefile -*-
### For multilib compiler ###
# TOOL_PATH = C:/Rtools/gcc-4.6.3/bin/
# MULTI = @win@
# ICU_PATH = @build@/ICU
###
### For non-multilib compilers ###
WIN = @win@
BINPREF = C:/Rtools/mingw_32/bin/
BINPREF64 = C:/Rtools/mingw_64/bin/
ICU_PATH = C:/Rtools/mingw_libs
###
USE_LIBCURL = YES
USE_ATLAS = NO
CURL_PATH = @home@/libcurl-7.43.0
CURL_LIBS = -lcurl -lssl -lcrypto -lssh2 -lrtmp -lidn -lintl -liconv -lgdi32 -lcrypt32 -lz -lws2_32 -lcrypt32 -lwldap32 -lwinmm
USE_ICU = YES
ICU_LIBS = -lsicuin -lsicuuc -lsicudt -lstdc++
BUILD_HTML = YES
CAIRO_HOME = @home@/cairo
OPENMP = -fopenmp
EXT_LIBS = @home@/extsoft
## Fix for precision bug?
## EOPTS = -mtune=core2 -fno-asynchronous-unwind-tables
## For installer
ISDIR = C:/Program Files (x86)/Inno Setup 5
TI5 = C:/Rtools/texinfo5
MAKEINFO = C:/Strawberry/perl/bin/perl -I$(TI5) $(TI5)/texi2any
TEXI2ANY = C:/Strawberry/perl/bin/perl -I$(TI5) $(TI5)/texi2any
BUILD_HTML = YES
MIKTEX = TRUE
HOME32 = @home32@