From 01e900269183cdbb5f7c7077171d6ff539706315 Mon Sep 17 00:00:00 2001 From: Vadim Konovalov Date: Sun, 29 Oct 2006 03:48:46 +0400 Subject: [PATCH] wince patch Message-ID: <4543B41E.3070006@vkonovalov.ru> p4raw-id: //depot/perl@29145 --- README.ce | 4 ++-- win32/Makefile.ce | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.ce b/README.ce index 4fd0e7b..5d338c8 100644 --- a/README.ce +++ b/README.ce @@ -86,7 +86,7 @@ L Normally you only need to edit C<./win32/ce-helpers/compile.bat> to reflect your system and run it. -File C<./wince/compile.bat> is actually a wrapper to call +File C<./win32/ce-helpers/compile.bat> is actually a wrapper to call C with appropriate parameters and it accepts extra parameters and forwards them to C command as additional arguments. You should pass target this way. @@ -97,7 +97,7 @@ To prepare distribution you need to do following: =item * go to C<./win32> subdirectory -=item * edit file C +=item * edit file C<./win32/ce-helpers/compile.bat> =item * run compile.bat diff --git a/win32/Makefile.ce b/win32/Makefile.ce index 7ee6830..7907c2a 100644 --- a/win32/Makefile.ce +++ b/win32/Makefile.ce @@ -747,10 +747,10 @@ $(EXTDIR)\DynaLoader\dl_win32.xs: dl_win32.xs $(COPY) dl_win32.xs $(EXTDIR)\DynaLoader\dl_win32.xs MakePPPort: $(MINIPERL) $(CONFIGPM) - $(MINIPERL) -I..\lib ..\mkppport + $(HPERL) -I..\lib -MCross=$(CROSS_NAME) ..\mkppport MakePPPort_clean: - -if exist $(MINIPERL) $(MINIPERL) -I..\lib ..\mkppport --clean + -if exist $(HPERL) $(HPERL) -I..\lib ..\mkppport --clean #---------------------------------------------------------------------------------- NOT_COMPILE_EXT = -- 2.7.4