The R Project SVN R

Rev

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

Rev 67343 Rev 67837
Line 58... Line 58...
58
ifeq "$(WIN)" "64"
58
ifeq "$(WIN)" "64"
59
R_ARCH = /x64
59
R_ARCH = /x64
60
arch_DEFS = -DR_ARCH='"x64"'
60
arch_DEFS = -DR_ARCH='"x64"'
61
BINPREF = $(BINPREF64)
61
BINPREF = $(BINPREF64)
62
SYMPAT = 's/^.* [BCDRT] / /p'
62
SYMPAT = 's/^.* [BCDRT] / /p'
-
 
63
NM_FILTER ?= | $(SED) -e '/.refptr./d'
63
else
64
else
64
R_ARCH = /i386
65
R_ARCH = /i386
65
arch_DEFS = -DR_ARCH='"i386"'
66
arch_DEFS = -DR_ARCH='"i386"'
66
SYMPAT = 's/^.* [BCDRT] _/ /p'
67
SYMPAT = 's/^.* [BCDRT] _/ /p'
67
endif
68
endif