summaryrefslogtreecommitdiff
path: root/win32/Makefile.ce
diff options
context:
space:
mode:
authorVadim Konovalov <vkonovalov@lucent.com>2006-05-09 19:09:43 +0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-09 15:23:55 +0000
commitb0f06652c4d78a8d14a47a5cacbc9268b0fe80d9 (patch)
tree1aefe7dc710ce8907c82cdfa772660ac6cd638db /win32/Makefile.ce
parentb370a9ebc46b2b864a476024e2983e24bd946f7b (diff)
downloadperl-b0f06652c4d78a8d14a47a5cacbc9268b0fe80d9.tar.gz
wince crosscompile patch for 28132
Message-ID: <44607877.90603@vkonovalov.ru> p4raw-id: //depot/perl@28140
Diffstat (limited to 'win32/Makefile.ce')
-rw-r--r--win32/Makefile.ce6
1 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index a948f71269..85a55e288e 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -1,6 +1,8 @@
+#
# perl makefile for wince
+# During the cross-compilation, it first uses Makefile file to build
+# miniperl on HOST and then build required platform
#
-# Time-stamp: <26/10/01 15:10:06 keuchel@keuchelnt>
SRCDIR = ..
PV = 59
@@ -380,7 +382,7 @@ LIB=$(WCEROOT)\$(OSVERSION)\$(PLATFORM)\lib\$(ARCH)
# Additional compiler flags can be specified here.
#
-BUILDOPT = $(BUILDOPT) $(CECFLAGS)
+BUILDOPT = $(BUILDOPT) $(CECFLAGS) -DUSE_CROSS_COMPILE
!IF "$(CRYPT_SRC)$(CRYPT_LIB)" == ""