The R Project SVN R

Rev

Rev 23131 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23131 Rev 23378
Line 29... Line 29...
29
TCL_HOME = $(RHOME)/Tcl
29
TCL_HOME = $(RHOME)/Tcl
30
TCL_VERSION = 84
30
TCL_VERSION = 84
31
 
31
 
32
## ====== configuration macros for building installers ===========
32
## ====== configuration macros for building installers ===========
33
 
33
 
34
# location where Inno Setup 3.x or 2.0.x was installed
34
# location where Inno Setup 3.x was installed
35
ISDIR=C:/packages/Inno3
35
ISDIR=C:/packages/Inno3
36
# Inno Setup major version number
-
 
37
IS_VERSION=3
-
 
38
 
36
 
39
## =================== cross-compilation settings  =================
37
## =================== cross-compilation settings  =================
40
 
38
 
41
ifeq ($(strip $(BUILD)),CROSS)
39
ifeq ($(strip $(BUILD)),CROSS)
42
# Next two might be i386-mingw32msvc- or i586- depending on the cross-compiler.
40
# Next two might be i386-mingw32msvc- or i586- depending on the cross-compiler.