This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d1cddda
)
Import WIN64 environment variable into makefile.mk
author
Jan Dubois
<jand@activestate.com>
Fri, 14 Aug 2009 17:51:06 +0000
(10:51 -0700)
committer
Jan Dubois
<jand@activestate.com>
Fri, 14 Aug 2009 17:51:06 +0000
(10:51 -0700)
nmake.exe will import environment variables as macro definitions
by default, but for dmake.exe we need to import them explicitly.
win32/makefile.mk
patch
|
blob
|
blame
|
history
diff --git
a/win32/makefile.mk
b/win32/makefile.mk
index
1772469
..
1bd54f4
100644
(file)
--- a/
win32/makefile.mk
+++ b/
win32/makefile.mk
@@
-330,7
+330,7
@@
BUILDOPT += -DPERL_IMPLICIT_CONTEXT
BUILDOPT += -DPERL_IMPLICIT_SYS
.ENDIF
BUILDOPT += -DPERL_IMPLICIT_SYS
.ENDIF
-.IMPORT .IGNORE : PROCESSOR_ARCHITECTURE PROCESSOR_ARCHITEW6432
+.IMPORT .IGNORE : PROCESSOR_ARCHITECTURE PROCESSOR_ARCHITEW6432
WIN64
PROCESSOR_ARCHITECTURE *= x86
PROCESSOR_ARCHITECTURE *= x86